Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -110,7 +110,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
110 |
# wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/ && \
|
111 |
echo "Done"
|
112 |
|
113 |
-
CMD python main.py --listen 0.0.0.0 --port 7860
|
114 |
|
115 |
|
116 |
|
|
|
110 |
# wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/ && \
|
111 |
echo "Done"
|
112 |
|
113 |
+
CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|
114 |
|
115 |
|
116 |
|