Unverified Commit 6a068e25 authored by Ziyue Yang's avatar Ziyue Yang Committed by GitHub
Browse files

Dockerfiles: Fix Bug - Fix ROCm GPG file URL (#234)

**Description**
This commit fixes the URL of ROCm GPG file.
parent 976803f8
......@@ -15,7 +15,7 @@ FROM rocm/pytorch:rocm4.0_ubuntu18.04_py3.6_pytorch_1.7.0
LABEL maintainer="SuperBench"
ENV DEBIAN_FRONTEND=noninteractive
RUN wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - && \
RUN wget -qO - http://repo.radeon.com/rocm/rocm.gpg.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - && \
apt-get update && \
apt-get install -y --no-install-recommends \
autoconf \
......
......@@ -15,7 +15,7 @@ FROM rocm/pytorch:rocm4.2_ubuntu18.04_py3.6_pytorch_1.7.0
LABEL maintainer="SuperBench"
ENV DEBIAN_FRONTEND=noninteractive
RUN wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - && \
RUN wget -qO - http://repo.radeon.com/rocm/rocm.gpg.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - && \
apt-get update && \
apt-get install -y --no-install-recommends \
autoconf \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment