jatin-tec commited on
Commit
3ac9e71
1 Parent(s): 29dc266

run command update

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ ENV MPLCONFIGDIR=/usr/src/app/.config/matplotlib
17
  RUN mkdir -p /usr/src/app/.config/matplotlib
18
  RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
- CMD [ "python" , "/code/app.py" ]
 
17
  RUN mkdir -p /usr/src/app/.config/matplotlib
18
  RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
+ CMD ["panel" , "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "jatin-tech-SkinZen.hf.space"]
requirements.txt CHANGED
@@ -107,4 +107,5 @@ uvicorn==0.21.1
107
  websockets==11.0.1
108
  Werkzeug==2.2.3
109
  wrapt==1.14.1
110
- yarl==1.8.2
 
 
107
  websockets==11.0.1
108
  Werkzeug==2.2.3
109
  wrapt==1.14.1
110
+ yarl==1.8.2
111
+ panel