Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
fb3baeb
1
Parent(s):
8be5d8a
streamlit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
|
|
16 |
|
17 |
#RUN git clone https://github.com/streamlit/streamlit-example.git .
|
18 |
|
19 |
-
RUN pip3 install -r
|
20 |
|
21 |
EXPOSE 8501
|
22 |
|
|
|
16 |
|
17 |
#RUN git clone https://github.com/streamlit/streamlit-example.git .
|
18 |
|
19 |
+
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
EXPOSE 8501
|
22 |
|