njain commited on
Commit
adca014
·
1 Parent(s): 9fc2cfc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin" ,"nikhilj-custchurn.hf.space"]
 
 
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"]