Spaces:
Sleeping
Sleeping
edit dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,5 +6,7 @@ COPY . /app
|
|
6 |
|
7 |
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
8 |
|
|
|
|
|
9 |
CMD ["streamlit", "run", "app.py"]
|
10 |
|
|
|
6 |
|
7 |
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
8 |
|
9 |
+
RUN chmod 777 /.cache
|
10 |
+
|
11 |
CMD ["streamlit", "run", "app.py"]
|
12 |
|