Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM python:3.8
2
- WORKDIR /code
3
- COPY ./train.csv /code/train.csv
4
- 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
- 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"]