Skip to content

Commit

Permalink
Merge pull request #2201 from ROCmSoftwarePlatform/r2.12-rocm-enhance…
Browse files Browse the repository at this point in the history
…d-fix-ssl

reinstall ca-certificates package
  • Loading branch information
WBobby authored Aug 28, 2023
2 parents dc8e9e0 + 88df65d commit 2410a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/tools/tf_sig_build_dockerfiles/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN git clone --branch v1.7.0 https://github.com/bats-core/bats-core.git && bats
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64 -O /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel
RUN wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildifier -O /usr/local/bin/buildifier && chmod +x /usr/local/bin/buildifier
RUN wget https://github.com/bazelbuild/buildtools/releases/download/3.5.0/buildozer -O /usr/local/bin/buildozer && chmod +x /usr/local/bin/buildozer
RUN curl -sSL https://sdk.cloud.google.com >/tmp/gcloud && bash /tmp/gcloud --install-dir=~/usr/local/bin --disable-prompts
RUN yum reinstall -y ca-certificates && update-ca-trust && \
curl -sSL https://sdk.cloud.google.com >/tmp/gcloud && bash /tmp/gcloud --install-dir=~/usr/local/bin --disable-prompts

# All lines past this point are reset when $CACHEBUSTER is set. We need this
# for Python specifically because we install some nightly packages which are
Expand Down

0 comments on commit 2410a69

Please sign in to comment.