Skip to content

Commit

Permalink
Merge pull request opendatahub-io#107 from ROCm/Triton-workaround
Browse files Browse the repository at this point in the history
Update Dockerfile.rocm
  • Loading branch information
shajrawi authored Jul 26, 2024
2 parents 02679fe + fcab51c commit edde7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FROM export_cupy_${BUILD_CUPY} AS export_cupy
# -----------------------
# Triton build stages
FROM base AS build_triton
ARG TRITON_BRANCH="main"
ARG TRITON_BRANCH="6ddb79b"
ARG TRITON_REPO="https://github.com/OpenAI/triton.git"
RUN git clone ${TRITON_REPO} \
&& cd triton \
Expand Down

0 comments on commit edde7cc

Please sign in to comment.