Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
14 |
RUN mkdir -p /data/.streamlit
|
|
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
|
|
|
12 |
COPY requirements.txt ./
|
13 |
COPY src/ ./src/
|
14 |
RUN mkdir -p /data/.streamlit
|
15 |
+
RUN chmod -R 777 /data
|
16 |
|
17 |
RUN pip3 install -r requirements.txt
|
18 |
|