Spaces:
Runtime error
Runtime error
MarcoAland
commited on
Commit
•
ad0c6b7
1
Parent(s):
54239d4
Update Dockerfile
Browse files- 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", "
|
|
|
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", "8080"]
|