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