Suhwan Choi commited on
Commit
97965db
·
1 Parent(s): fc9dd89
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/home/user/.cache/uv \
37
  # Prepare example datasets
38
  RUN --mount=type=cache,target=/home/user/.cache/uv \
39
  vuv pip install huggingface-hub
40
- RUN huggingface-cli download open-world-agents/example-dataset --local-dir /data
41
  ENV DATA_DIR=/data
42
 
43
  COPY --chown=user . /owa/projects/owa-mcap-viewer
 
37
  # Prepare example datasets
38
  RUN --mount=type=cache,target=/home/user/.cache/uv \
39
  vuv pip install huggingface-hub
40
+ RUN huggingface-cli download open-world-agents/example-dataset --repo-type dataset --local-dir /data
41
  ENV DATA_DIR=/data
42
 
43
  COPY --chown=user . /owa/projects/owa-mcap-viewer