Skip to content

Commit

Permalink
Update rocm_ci.yml
Browse files Browse the repository at this point in the history
try fixing docker volume mapping
  • Loading branch information
tenpercent authored Apr 1, 2024
1 parent 801003d commit 15d7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build XFormers
run: |
docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --device=/dev/kfd --device=/dev/dri --group-add video --ipc=host --shm-size 8G -v $XFORMERS_PATH:/xformers rocm/pytorch-nightly:latest
docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --device=/dev/kfd --device=/dev/dri --group-add video --ipc=host --shm-size 8G -v "$PWD/xformers":/xformers rocm/pytorch-nightly:latest
pip3 install --upgrade pip
pip3 uninstall -y xformers
Expand Down

0 comments on commit 15d7c23

Please sign in to comment.