Spaces:
Runtime error
Runtime error
Sophia Yang
commited on
Commit
•
05170b4
1
Parent(s):
ab316d0
update link
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -8,5 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin",
|
12 |
-
"sophiamyang-panel-InstructPix2Pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
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"]
|
|