Suhwan Choi commited on
Commit
6107731
·
1 Parent(s): 97965db

chore: rename dataset

Browse files
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 --repo-type 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