Skip to content

Commit

Permalink
Use --assume-old in make
Browse files Browse the repository at this point in the history
Use `--assume-old` in `make`.
  • Loading branch information
abuccts committed Sep 17, 2021
1 parent 3fa9a11 commit 50c29ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/rocm4.0-pytorch1.7.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ENV PATH="${PATH}" \
WORKDIR ${SB_HOME}

ADD third_party third_party
RUN ROCM_VERSION=rocm-4.0.0 make -j -C third_party -W rocm_rocblas rocm
RUN ROCM_VERSION=rocm-4.0.0 make -j -C third_party -o rocm_rocblas rocm

# Workaround for image having package installed in user path
RUN mv /root/.local/bin/* /opt/conda/bin/ && \
Expand Down

0 comments on commit 50c29ac

Please sign in to comment.