ruiheesi commited on
Commit
08c6e6b
·
1 Parent(s): 0efc24f

Update docker track

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. Dockerfile +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ caNanoData_Public.db filter=lfs diff=lfs merge=lfs -text
Dockerfile CHANGED
@@ -30,6 +30,9 @@ RUN conda env create -n caNanoLibrarian -f /tmp/environment.yml && \
30
  # Activate the Conda environment by default
31
  ENV PATH=$CONDA_DIR/envs/caNanoLibrarian/bin:$PATH
32
 
 
 
 
33
  # Set the working directory in the container
34
  WORKDIR /app
35
 
 
30
  # Activate the Conda environment by default
31
  ENV PATH=$CONDA_DIR/envs/caNanoLibrarian/bin:$PATH
32
 
33
+
34
+ RUN git lfs pull -I caNanoData_Public.db
35
+
36
  # Set the working directory in the container
37
  WORKDIR /app
38