Hải Huỳnh commited on
Commit
442134e
1 Parent(s): d63c9ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]