MilkClouds
commited on
Commit
·
1a3553f
1
Parent(s):
dd753f8
feat: removed local
Browse files- Dockerfile +6 -6
Dockerfile
CHANGED
@@ -40,11 +40,11 @@ RUN --mount=type=cache,target=/home/user/.cache/uv \
|
|
40 |
vuv install --frozen
|
41 |
|
42 |
# Prepare example datasets
|
43 |
-
RUN --mount=type=cache,target=/home/user/.cache/uv \
|
44 |
-
|
45 |
-
RUN huggingface-cli download open-world-agents/example_dataset --repo-type dataset --local-dir /data
|
46 |
-
ENV EXPORT_PATH=/data
|
|
|
47 |
|
48 |
-
RUN chown -R user:user /owa /opt/venv
|
49 |
-
COPY --chown=user . /owa/projects/owa-mcap-viewer
|
50 |
CMD ["uvicorn", "owa_viewer:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
40 |
vuv install --frozen
|
41 |
|
42 |
# Prepare example datasets
|
43 |
+
# RUN --mount=type=cache,target=/home/user/.cache/uv \
|
44 |
+
# vuv pip install huggingface-hub
|
45 |
+
# RUN huggingface-cli download open-world-agents/example_dataset --repo-type dataset --local-dir /data
|
46 |
+
# ENV EXPORT_PATH=/data
|
47 |
+
# RUN chown -R user:user /data
|
48 |
|
49 |
+
RUN chown -R user:user /owa /opt/venv
|
|
|
50 |
CMD ["uvicorn", "owa_viewer:app", "--host", "0.0.0.0", "--port", "7860"]
|