MarcoAland commited on
Commit
8b2035f
1 Parent(s): 8440a15

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  RUN gdown https://drive.google.com/drive/folders/1XTzw74gtKAdSlvl-2LqYFmwUXCR6_FnQ?usp=sharing -O data --folder
11
  COPY . .
12
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
9
  RUN pip install -r requirements.txt
10
  RUN gdown https://drive.google.com/drive/folders/1XTzw74gtKAdSlvl-2LqYFmwUXCR6_FnQ?usp=sharing -O data --folder
11
  COPY . .
12
+ CMD ["chainlit", "run", "app.py", "-w", "--port", "7860", "-h"]