Spaces:
Runtime error
Runtime error
Commit ·
a3a66a1
1
Parent(s): 6cc5465
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -8,5 +8,8 @@ COPY --chown=user . $HOME/app
|
|
| 8 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
RUN chmod 777 ./.chainlit
|
|
|
|
|
|
|
|
|
|
| 11 |
COPY . .
|
| 12 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|
|
|
|
| 8 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
RUN chmod 777 ./.chainlit
|
| 11 |
+
RUN chmod 777 ./.chainlit/download_offre_formation.txt
|
| 12 |
+
RUN chmod 777 ./.chainlit/download_QA_emplois.txt
|
| 13 |
+
RUN chmod 777 ./.chainlit/download_emplois.txt
|
| 14 |
COPY . .
|
| 15 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|