Spaces:
Sleeping
Sleeping
Yarik
commited on
Commit
•
baf4a9a
1
Parent(s):
63e306e
Update space
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,4 +4,5 @@ COPY . .
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
VOLUME /data
|
6 |
EXPOSE 23333
|
7 |
-
CMD ["
|
|
|
|
4 |
RUN pip install -r requirements.txt
|
5 |
VOLUME /data
|
6 |
EXPOSE 23333
|
7 |
+
CMD ["uvicorn", "apis.chat_api", "--host", "0.0.0.0", "--port", "23333"]
|
8 |
+
#CMD ["python", "-m", "apis.chat_api"]
|