Skip to content

Commit

Permalink
Revert "Update Dockerfile.rocm (#254)" (#257)
Browse files Browse the repository at this point in the history
This reverts commit e19c415.
  • Loading branch information
gshtras authored Oct 31, 2024
1 parent 6a844ee commit 353cfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rocm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# default base image
ARG BASE_IMAGE="rocm/pytorch:rocm6.2.2_ubuntu20.04_py3.9_pytorch_release_2.3.0"
ARG BASE_IMAGE="rocm/pytorch:rocm6.2_ubuntu20.04_py3.9_pytorch_release_2.3.0"

ARG COMMON_WORKDIR=/app

# The following ARGs should be "0" or "1". If "1", the respective component will be built and installed on top of the base image
ARG BUILD_HIPBLASLT="0"
ARG BUILD_RCCL="0"
ARG BUILD_RCCL="1"
ARG BUILD_FA="1"
ARG BUILD_TRITON="1"
ARG BUILD_PYTORCH="1"
Expand Down

0 comments on commit 353cfeb

Please sign in to comment.