Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
|
|
12 |
|
13 |
COPY requirements.txt ./
|
14 |
COPY src/ ./src/
|
15 |
-
RUN mkdir -p
|
16 |
-
ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
|
17 |
|
18 |
RUN uv pip install -r requirements.txt
|
19 |
|
|
|
12 |
|
13 |
COPY requirements.txt ./
|
14 |
COPY src/ ./src/
|
15 |
+
RUN mkdir -p /.streamlit && chmod 777 /.streamlit
|
|
|
16 |
|
17 |
RUN uv pip install -r requirements.txt
|
18 |
|