superchatai commited on
Commit
a870b2d
·
verified ·
1 Parent(s): 639d671

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM ubuntu:22.04
2
 
3
- RUN pip3 install --user flask flask-cors requests
4
 
5
  CMD ["python3", "lib.py", "server"]
 
1
  FROM ubuntu:22.04
2
 
3
+ RUN pip install --user flask flask-cors requests
4
 
5
  CMD ["python3", "lib.py", "server"]