Spaces:
Sleeping
Sleeping
yderre-aubay
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN apt install unzip
|
|
33 |
|
34 |
RUN apt-get install 'ffmpeg' -y
|
35 |
|
36 |
-
RUN unzip output/checkpoints/
|
37 |
|
38 |
# Install requirements.txt
|
39 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
33 |
|
34 |
RUN apt-get install 'ffmpeg' -y
|
35 |
|
36 |
+
RUN unzip output/checkpoints/model.zip -d output/checkpoints/model
|
37 |
|
38 |
# Install requirements.txt
|
39 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|