Skip to content

Commit

Permalink
Add ROCM_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd committed Jul 15, 2024
1 parent 22dabc1 commit c7007f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manywheel/Dockerfile_2_28
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ FROM common as rocm_final
ARG ROCM_VERSION=6.0
ARG PYTORCH_ROCM_ARCH
ENV PYTORCH_ROCM_ARCH ${PYTORCH_ROCM_ARCH}
# Somewhere in ROCm stack, we still use non-existing /opt/rocm/hip path,
# below workaround helps avoid error
ENV ROCM_PATH /opt/rocm
ADD ./common/install_rocm_drm.sh install_rocm_drm.sh
RUN bash ./install_rocm_drm.sh && rm install_rocm_drm.sh
# cmake3 is needed for the MIOpen build
Expand Down

0 comments on commit c7007f7

Please sign in to comment.