Spaces:
Runtime error
Runtime error
Hải Huỳnh
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
FROM python:latest
|
4 |
|
5 |
-
RUN apt-get update
|
6 |
|
7 |
WORKDIR /code
|
8 |
|
@@ -29,4 +29,4 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
-
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
|
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
FROM python:latest
|
4 |
|
5 |
+
RUN apt-get update
|
6 |
|
7 |
WORKDIR /code
|
8 |
|
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|