Spaces:
Runtime error
Runtime error
praneeth dodedu
commited on
Commit
·
2de8311
1
Parent(s):
94949fd
added app file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
| 8 |
COPY --chown=user . $HOME/app
|
| 9 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 10 |
RUN pip install -r requirements.txt
|
| 11 |
-
RUN --chown
|
| 12 |
COPY . .
|
| 13 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
|
|
|
| 8 |
COPY --chown=user . $HOME/app
|
| 9 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 10 |
RUN pip install -r requirements.txt
|
| 11 |
+
RUN --chown user $HOME/app/
|
| 12 |
COPY . .
|
| 13 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|