Spaces:
Runtime error
Runtime error
praneeth dodedu
commited on
Commit
·
2e4152c
1
Parent(s):
8421d15
added app file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,5 +8,5 @@ COPY --chown=user . $HOME/app
|
|
| 8 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
COPY . .
|
| 11 |
-
RUN chmod
|
| 12 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
|
|
|
| 8 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
COPY . .
|
| 11 |
+
RUN chmod 777 /.chainlit
|
| 12 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|