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