Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 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", "-
|
|
|
|
| 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"]
|