Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
6a068e25
Unverified
Commit
6a068e25
authored
Oct 30, 2021
by
Ziyue Yang
Committed by
GitHub
Oct 30, 2021
Browse files
Dockerfiles: Fix Bug - Fix ROCm GPG file URL (#234)
**Description** This commit fixes the URL of ROCm GPG file.
parent
976803f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dockerfile/rocm4.0-pytorch1.7.0.dockerfile
dockerfile/rocm4.0-pytorch1.7.0.dockerfile
+1
-1
dockerfile/rocm4.2-pytorch1.7.0.dockerfile
dockerfile/rocm4.2-pytorch1.7.0.dockerfile
+1
-1
No files found.
dockerfile/rocm4.0-pytorch1.7.0.dockerfile
View file @
6a068e25
...
...
@@ -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
\
...
...
dockerfile/rocm4.2-pytorch1.7.0.dockerfile
View file @
6a068e25
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment