Spaces:
Runtime error
Runtime error
Todd Deshane
commited on
Commit
·
21413c5
1
Parent(s):
18ee796
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ ENV HOME=/home/user \
|
|
6 |
WORKDIR $HOME/notebooks
|
7 |
COPY --chown=user . $HOME/app
|
8 |
COPY ./requirements.txt ~/app/requirements.txt
|
9 |
-
RUN pip install -r app/requirements.txt
|
10 |
COPY . .
|
11 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
|
|
6 |
WORKDIR $HOME/notebooks
|
7 |
COPY --chown=user . $HOME/app
|
8 |
COPY ./requirements.txt ~/app/requirements.txt
|
9 |
+
RUN pip install -r ~/app/requirements.txt
|
10 |
COPY . .
|
11 |
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|