Spaces:
Runtime error
Runtime error
message
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -8,7 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /Code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["panel", "serve", "/Code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-example.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
|
|
|
|
|