yderre-aubay commited on
Commit
636038a
·
verified ·
1 Parent(s): 950bb11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/InverSynth_C6XL_checkpoint_20240130-151635.zip
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