Veer15 commited on
Commit
2db73a7
·
1 Parent(s): e17302e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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", "sophiamyang-panel-instructpix2pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
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