Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
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"]
|