jurgenbollo commited on
Commit
9b87acc
·
verified ·
1 Parent(s): baea939

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
 
4
 
5
  # Installation des dépendances système (traductions corrigées)
6
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
+ ENV STREAMLIT_HOME=/app/.streamlit
5
 
6
  # Installation des dépendances système (traductions corrigées)
7
  RUN apt-get update && apt-get install -y \