Skip to content

Commit

Permalink
[build_base] Revert "[ci] Fix GPU docker builds" (ray-project#24431)
Browse files Browse the repository at this point in the history
* Revert "[ci] Fix GPU docker builds (ray-project#24336)"

This reverts commit 6282090.

Removes custom APT keys from GPU docker images.

Signed-off-by: Kai Fricke <[email protected]>
  • Loading branch information
krfricke authored Jan 20, 2023
1 parent b18c8fd commit fde9857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ci/docker/base.gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ ENV DOCKER_CERT_PATH=/certs/client
ENV TRAVIS_COMMIT=${BUILDKITE_COMMIT}
ENV BUILDKITE_BAZEL_CACHE_URL=${REMOTE_CACHE_URL}

RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub

RUN apt-get update -qq && apt-get upgrade -qq
RUN apt-get install -y -qq \
curl python-is-python3 git build-essential \
Expand Down
3 changes: 0 additions & 3 deletions docker/ray-ml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ COPY requirements_tune.txt ./
COPY requirements_train.txt ./
COPY requirements_upstream.txt ./

RUN sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub

RUN sudo apt-get update \
&& sudo apt-get install -y gcc \
cmake \
Expand Down

0 comments on commit fde9857

Please sign in to comment.