Niv03 commited on
Commit
c3c947c
·
1 Parent(s): c1f8c6c

edit dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR app/
4
 
5
  COPY . app/
6
 
7
- RUN pip3 install -r requirements.txt
8
 
9
  CMD ["streamlit", "run", "app.py"]
10
 
 
4
 
5
  COPY . app/
6
 
7
+ RUN pip install -r requirements.txt
8
 
9
  CMD ["streamlit", "run", "app.py"]
10