fffiloni commited on
Commit
7081f25
1 Parent(s): f8b4d06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -49,7 +49,7 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
49
  # Expose any necessary ports (if your application requires it)
50
  # EXPOSE 80
51
 
52
- RUN tree $HOME/app
53
 
54
  # Define the command to run your application
55
  CMD ["python", "gradio_diffbir.py", "--ckpt", "/home/user/app/models/general_full_v1.ckpt", "--config", "/home/user/app/configs/model/cldm.yaml", "--reload_swinir", "--swinir_ckpt", "/home/user/app/models/general_swinir_v1.ckpt"]
 
49
  # Expose any necessary ports (if your application requires it)
50
  # EXPOSE 80
51
 
52
+ RUN find $HOME/app
53
 
54
  # Define the command to run your application
55
  CMD ["python", "gradio_diffbir.py", "--ckpt", "/home/user/app/models/general_full_v1.ckpt", "--config", "/home/user/app/configs/model/cldm.yaml", "--reload_swinir", "--swinir_ckpt", "/home/user/app/models/general_swinir_v1.ckpt"]