Spaces:
Sleeping
Sleeping
edit dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -4,7 +4,9 @@ WORKDIR app/
|
|
4 |
|
5 |
COPY . app/
|
6 |
|
7 |
-
RUN
|
|
|
|
|
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 |
|