Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -10,7 +10,5 @@ RUN pip install -r requirements.txt
|
|
10 |
COPY ./.chainlit/download_offre_formation.txt ~/app/download_offre_formation.txt
|
11 |
COPY ./.chainlit/download_QA_emplois.txt ~/app/download_QA_emplois.txt
|
12 |
COPY ./.chainlit/download_emplois.txt ~/app/download_emplois.txt
|
13 |
-
COPY ./.chainlit/enquete.csv ~/app/enquete.csv
|
14 |
-
COPY ./.chainlit/logo-ofipe.jpg ~/app/logo-ofipe.jpg
|
15 |
COPY . .
|
16 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|
|
|
10 |
COPY ./.chainlit/download_offre_formation.txt ~/app/download_offre_formation.txt
|
11 |
COPY ./.chainlit/download_QA_emplois.txt ~/app/download_QA_emplois.txt
|
12 |
COPY ./.chainlit/download_emplois.txt ~/app/download_emplois.txt
|
|
|
|
|
13 |
COPY . .
|
14 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|