Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
-
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "
|
26 |
|
27 |
RUN mkdir /.cache
|
28 |
-
RUN chmod 777 /.cache
|
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
+
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "veer15-image-prompt-editing.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
26 |
|
27 |
RUN mkdir /.cache
|
28 |
+
RUN chmod 777 /.cache
|