Skip to content

Commit 0843bc4

Browse files
committed
Add gfx90a and gfx941 architectures to custom Ray ROCm image
1 parent 098d654 commit 0843bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/runtime/examples/ray-torch-rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/modh/ray:2.35.0-py39-rocm61
22

3-
ENV PYTORCH_ROCM_ARCH=gfx942
3+
ENV PYTORCH_ROCM_ARCH=gfx90a;gfx941;gfx942
44

55
# Install PyTorch
66
RUN python3 -m pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/rocm6.1

0 commit comments

Comments
 (0)