Skip to content

Commit

Permalink
Update build-test-rocm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pnunna93 authored Jun 14, 2024
1 parent b879b3e commit eb71ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-test-rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ build_and_test() {
setup_container() {
image=rocm/pytorch:latest
echo "Using image $image"
trap 'cleanup' ERR
docker run --platform "linux/$build_arch" -i -d -w /src --device=/dev/kfd --device=/dev/dri --group-add video --name bnb_rocm_test "$image"
trap 'cleanup' ERR
docker cp $PWD bnb_rocm_test:/src
}

Expand Down

0 comments on commit eb71ffa

Please sign in to comment.