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

edit dockerfile

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