Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|