From 390d0d5ef096238a015b2fcd919ac4ba7fd99b7b Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 7 Jul 2017 10:36:05 +0530 Subject: [PATCH] [ci] Use new repo server [ROCm/hip commit: 17a58bdca5dd4674862a9175f1137d3d24dbb42b] --- projects/hip/docker/dockerfile-hip-ubuntu-16.04 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip/docker/dockerfile-hip-ubuntu-16.04 b/projects/hip/docker/dockerfile-hip-ubuntu-16.04 index cecf5911b8..054dea76ce 100644 --- a/projects/hip/docker/dockerfile-hip-ubuntu-16.04 +++ b/projects/hip/docker/dockerfile-hip-ubuntu-16.04 @@ -9,8 +9,8 @@ COPY *.deb /tmp/ # Install the debian package RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y curl \ - && curl -sL http://packages.amd.com/rocm/apt/debian/rocm.gpg.key | apt-key add - \ - && echo deb [arch=amd64] http://packages.amd.com/rocm/apt/debian/ xenial main | tee /etc/apt/sources.list.d/rocm.list \ + && curl -sL http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | apt-key add - \ + && echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main | tee /etc/apt/sources.list.d/rocm.list \ && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --allow-unauthenticated -y \ /tmp/hip_base-*.deb \ /tmp/hip_hcc-*.deb \ @@ -18,4 +18,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal /tmp/hip_samples-* \ && rm -f /tmp/*.deb \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* \ No newline at end of file + && rm -rf /var/lib/apt/lists/*