Skip to content

Commit

Permalink
Merge pull request cupy#5607 from kmaehashi/fix-rocm-dockerfile
Browse files Browse the repository at this point in the history
Reload GPG key for Docker images
  • Loading branch information
emcastillo authored and chainer-ci committed Aug 5, 2021
1 parent d87da9c commit e45d4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/rocm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM rocm/rocm-terminal:4.0.1
LABEL maintainer="CuPy Team"

USER root
RUN curl -qL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add -
RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
python3-dev \
Expand Down

0 comments on commit e45d4b0

Please sign in to comment.