From 09ac21cd71f51fac692001ce782032b0b45f4d96 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 6 May 2021 10:23:21 -0700 Subject: [PATCH] util,arch-gcn3: Fixing gcn-gpu Dockerfile to v21-0 bucket Was previously pointing towards the "develop" bucket which is subject to change over time. Change-Id: I769d8ac5dc2348e5a6477d75d883cc2a3add7bd3 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45146 Maintainer: Bobby R. Bruce Reviewed-by: Matt Sinclair Tested-by: kokoro --- util/dockerfiles/gcn-gpu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dockerfiles/gcn-gpu/Dockerfile b/util/dockerfiles/gcn-gpu/Dockerfile index e5683ab183..2f5d1b4900 100644 --- a/util/dockerfiles/gcn-gpu/Dockerfile +++ b/util/dockerfiles/gcn-gpu/Dockerfile @@ -52,7 +52,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -qO get-pip.py RUN python3 get-pip.py RUN pip install -U setuptools scons==3.1.2 six -ARG gem5_dist=http://dist.gem5.org/dist/develop +ARG gem5_dist=http://dist.gem5.org/dist/v21-0 # Install ROCm 1.6 binaries RUN wget -qO- ${gem5_dist}/apt_1.6.4.tar.bz2 \