Spaces:
Runtime error
Runtime error
praneeth dodedu
commited on
Commit
·
8ebe1a5
1
Parent(s):
af3120a
added app file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +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 |
COPY --chown=user . $HOME/app
|
| 9 |
COPY ./requirements.txt ~/app/requirements.txt
|
| 10 |
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
|