Skip to content

Commit a72941c

Browse files
[CI] mount dateset dir to /monster/data/model/dataset (#2263)
1 parent e534536 commit a72941c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
volumes:
200200
- /dev/dri/by-path:/dev/dri/by-path
201201
- /monster/ci/models:/monster/data/model
202+
- /monster/ci/dataset:/monster/data/model/dataset
202203
- /monster/ci/huggingface:/github/home/.cache/huggingface
203204
- /monster/ci/pyenv:/opt/pyenv
204205
- /monster/ci/dist:/opt/dist
@@ -352,6 +353,7 @@ jobs:
352353
volumes:
353354
- /dev/dri/by-path:/dev/dri/by-path
354355
- /monster/ci/models:/monster/data/model
356+
- /monster/ci/dataset:/monster/data/model/dataset
355357
- /monster/ci/huggingface:/github/home/.cache/huggingface
356358
- /monster/ci/pyenv:/opt/pyenv
357359
- /monster/ci/dist:/opt/dist

0 commit comments

Comments
 (0)