Spaces:
Runtime error
Runtime error
Commit
·
e0cbb58
1
Parent(s):
ae46f37
change CMD in docker
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD ["
|
|
|
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|
12 |
+
|
13 |
+
#CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|