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
b5e3678e
Unverified
Commit
b5e3678e
authored
Aug 26, 2022
by
Yifan Xiong
Committed by
GitHub
Aug 26, 2022
Browse files
Update apt packages in dockerfile (#398)
Update apt packages in dockerfile, support sudo and ip commands.
parent
e75c1059
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
dockerfile/cuda11.1.1.dockerfile
dockerfile/cuda11.1.1.dockerfile
+2
-0
dockerfile/rocm5.0.x.dockerfile
dockerfile/rocm5.0.x.dockerfile
+2
-0
dockerfile/rocm5.1.x.dockerfile
dockerfile/rocm5.1.x.dockerfile
+2
-0
No files found.
dockerfile/cuda11.1.1.dockerfile
View file @
b5e3678e
...
...
@@ -26,6 +26,7 @@ RUN apt-get update && \
curl
\
dmidecode
\
git
\
iproute2
\
jq
\
libaio-dev
\
libcap2
\
...
...
@@ -38,6 +39,7 @@ RUN apt-get update && \
openssh-client
\
openssh-server
\
pciutils
\
sudo
\
util-linux
\
vim
\
wget
\
...
...
dockerfile/rocm5.0.x.dockerfile
View file @
b5e3678e
...
...
@@ -31,6 +31,7 @@ RUN apt-get update && \
dmidecode
\
git
\
hipify-clang
\
iproute2
\
jq
\
libaio-dev
\
libboost-program-options-dev
\
...
...
@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server
\
pciutils
\
rsync
\
sudo
\
util-linux
\
vim
\
wget
\
...
...
dockerfile/rocm5.1.x.dockerfile
View file @
b5e3678e
...
...
@@ -30,6 +30,7 @@ RUN apt-get update && \
dmidecode
\
git
\
hipify-clang
\
iproute2
\
jq
\
libaio-dev
\
libboost-program-options-dev
\
...
...
@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server
\
pciutils
\
rsync
\
sudo
\
util-linux
\
vim
\
wget
\
...
...
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