Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
11 |
# ββ Copy application code & data βββββββββββββββββββββββββ
|
12 |
COPY streamlit_app.py .
|
13 |
COPY subthemes_long.csv .
|
|
|
14 |
|
15 |
# --- fix: make /.streamlit writable for any UID ---------------
|
16 |
RUN mkdir -p /.streamlit && chmod 777 /.streamlit
|
|
|
11 |
# ββ Copy application code & data βββββββββββββββββββββββββ
|
12 |
COPY streamlit_app.py .
|
13 |
COPY subthemes_long.csv .
|
14 |
+
COPY major_themes_long.csv .
|
15 |
|
16 |
# --- fix: make /.streamlit writable for any UID ---------------
|
17 |
RUN mkdir -p /.streamlit && chmod 777 /.streamlit
|