Skip to content

Commit

Permalink
docker: fix offload-arch in rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jan 25, 2024
1 parent a04059e commit 735eaa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.amd
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ ENV ROCM_HOME=/opt/rocm \
UCX_HOME=/opt/ucx \
OMPI_HOME=/opt/ompi

# Until rocm base has it fixed
RUN ln -s /opt/rocm/llvm/bin/offload-arch /opt/rocm/bin/offload-arch

# Install tmpi
RUN curl https://raw.githubusercontent.com/Azrael3000/tmpi/master/tmpi -o /usr/local/bin/tmpi

Expand Down

0 comments on commit 735eaa5

Please sign in to comment.