ruiheesi commited on
Commit
7a813d2
·
1 Parent(s): 21d245e
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -32,7 +32,8 @@ RUN conda env create -n caNanoLibrarian -f /tmp/environment.yml && \
32
  ENV PATH=$CONDA_DIR/envs/caNanoLibrarian/bin:$PATH
33
 
34
 
35
- RUN git lfs pull -I caNanoData_Public.db
 
36
 
37
  # Set the working directory in the container
38
  WORKDIR /app
 
32
  ENV PATH=$CONDA_DIR/envs/caNanoLibrarian/bin:$PATH
33
 
34
 
35
+ # RUN git lfs pull -I caNanoData_Public.db
36
+ RUN ls -al
37
 
38
  # Set the working directory in the container
39
  WORKDIR /app