jatin-tec commited on
Commit
5f6480b
1 Parent(s): 65ef282

run command update

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +3 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN chmod -R 777 /usr/src/app/.config/matplotlib
19
 
20
  COPY . .
21
 
22
- CMD ["panel" , "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "jatin-tech-SkinZen.hf.space"]
 
19
 
20
  COPY . .
21
 
22
+ CMD panel serve app.py --address 0.0.0.0 --port 8080 --allow-websocket-origin="*"
requirements.txt CHANGED
@@ -108,4 +108,6 @@ websockets==11.0.1
108
  Werkzeug==2.2.3
109
  wrapt==1.14.1
110
  yarl==1.8.2
111
- panel
 
 
 
108
  Werkzeug==2.2.3
109
  wrapt==1.14.1
110
  yarl==1.8.2
111
+ panel
112
+ bokeh
113
+ hvplot