Spaces:
Runtime error
Runtime error
praneeth dodedu
commited on
Commit
·
b29f37f
1
Parent(s):
22946fd
added app file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ ENV HOME=/home/user \
|
|
| 5 |
PATH=/home/user/.local/bin:$PATH
|
| 6 |
WORKDIR $HOME/app
|
| 7 |
RUN pip install --no-cache-dir --upgrade pip
|
| 8 |
-
RUN chmod 777
|
| 9 |
COPY --chown=user . $HOME/app
|
| 10 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 11 |
RUN pip install -r requirements.txt
|
|
|
|
| 5 |
PATH=/home/user/.local/bin:$PATH
|
| 6 |
WORKDIR $HOME/app
|
| 7 |
RUN pip install --no-cache-dir --upgrade pip
|
| 8 |
+
RUN chmod 777 ./.chainlit
|
| 9 |
COPY --chown=user . $HOME/app
|
| 10 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 11 |
RUN pip install -r requirements.txt
|