Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -5,4 +5,5 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 5 |
COPY ./webpanel.ipynb /code/webpanel.ipynb
|
| 6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 7 |
COPY . .
|
| 8 |
-
|
|
|
|
|
|
| 5 |
COPY ./webpanel.ipynb /code/webpanel.ipynb
|
| 6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 7 |
COPY . .
|
| 8 |
+
RUN set BOKEH_ALLOW_WS_ORIGIN=njain-custchurnwebapp.hf.space
|
| 9 |
+
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin" ,"njain-custchurnwebapp.hf.space"]
|