Spaces:
Sleeping
Sleeping
Vlad Bastina commited on
Commit ·
4f23b7d
1
Parent(s): 4bc6c21
merge
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,8 @@ COPY requirements.txt ./
|
|
| 17 |
COPY src/ ./src/
|
| 18 |
COPY .streamlit/ ./.streamlit/
|
| 19 |
|
|
|
|
|
|
|
| 20 |
RUN pip3 install -r requirements.txt
|
| 21 |
|
| 22 |
EXPOSE 8501
|
|
|
|
| 17 |
COPY src/ ./src/
|
| 18 |
COPY .streamlit/ ./.streamlit/
|
| 19 |
|
| 20 |
+
RUN chmod -R 777 $HOME/.streamlit
|
| 21 |
+
|
| 22 |
RUN pip3 install -r requirements.txt
|
| 23 |
|
| 24 |
EXPOSE 8501
|