Suhwan Choi
commited on
Commit
·
da6487c
1
Parent(s):
a10b870
fix bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,4 +41,4 @@ RUN huggingface-cli download open-world-agents/example_dataset --repo-type datas
|
|
41 |
ENV EXPORT_PATH=/data
|
42 |
|
43 |
COPY --chown=user . /owa/projects/owa-mcap-viewer
|
44 |
-
CMD ["uvicorn", "
|
|
|
41 |
ENV EXPORT_PATH=/data
|
42 |
|
43 |
COPY --chown=user . /owa/projects/owa-mcap-viewer
|
44 |
+
CMD ["uvicorn", "owa_viewer:app", "--host", "0.0.0.0", "--port", "7860"]
|