Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
resolve azure disk structure issues (#899)
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <wenxin.zhang@intel.com>
  • Loading branch information
VincyZhang authored Dec 9, 2023
1 parent 370ca35 commit 6fd7a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
docker run -dit --disable-content-trust --privileged --name=${{ env.CONTAINER_NAME }} -v /dev/shm:/dev/shm \
-v ${{ github.workspace }}:/intel-extension-for-transformers \
-v ~/.cache/oneAPI:/cache \
-v /dataset/tf_dataset2:/tf_dataset2 \
-v /dataset/tf_dataset2/inc-ut/nlptoolkit_ut_model:/tf_dataset2/inc-ut/nlptoolkit_ut_model \
-v /dataset/models:/tf_dataset2/models \
-v /dataset/cache/huggingface:/root/.cache/huggingface \
${{ env.REPO_NAME }}:${{ env.REPO_TAG }}
Expand Down

0 comments on commit 6fd7a85

Please sign in to comment.