PyxiLabs commited on
Commit
77d553c
·
verified ·
1 Parent(s): 3b003cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN apt-get update && \
10
  apt-get clean && \
11
  rm -rf /var/lib/apt/lists/*
12
 
 
 
13
  # Clone the repository into the /app directory
14
  RUN git clone https://huggingface.co/datasets/PyxiLab/Pyxilab._.Vocify .
15
 
 
10
  apt-get clean && \
11
  rm -rf /var/lib/apt/lists/*
12
 
13
+ RUN git lfs install
14
+
15
  # Clone the repository into the /app directory
16
  RUN git clone https://huggingface.co/datasets/PyxiLab/Pyxilab._.Vocify .
17