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