Spaces:
Runtime error
Runtime error
praneeth dodedu
commited on
Commit
·
8990127
1
Parent(s):
2e4152c
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 777 /.chainlit
|
| 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 $HOME/app/.chainlit
|
| 12 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|