Ludovicollin commited on
Commit
d042003
·
verified ·
1 Parent(s): 518bbe0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11
2
  RUN useradd -m -u 1000 user
3
  USER user
4
  ENV HOME=/home/user \
@@ -16,4 +16,4 @@ COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel_evaluation.txt
16
  COPY ./.chainlit/download_emplois.txt ~/app/download_matrice_coherence.txt
17
  COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel.txt
18
  COPY . .
19
- CMD ["chainlit", "run", "app.py", "-d", "--port", "7860"]
 
1
+ FROM python:3.12
2
  RUN useradd -m -u 1000 user
3
  USER user
4
  ENV HOME=/home/user \
 
16
  COPY ./.chainlit/download_emplois.txt ~/app/download_matrice_coherence.txt
17
  COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel.txt
18
  COPY . .
19
+ CMD ["chainlit", "run", "app.py", "-h", "--port", "7860"]