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
gaoqiong
composable_kernel
Commits
ffe5f04e
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "db91e710da7f0a4d4eff0452f532b5f61a3b37c6"
Commit
ffe5f04e
authored
Aug 01, 2022
by
Chao Liu
Browse files
remove false dependency from dockerfile
parent
9d6e43d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+6
-6
No files found.
Dockerfile
View file @
ffe5f04e
...
@@ -24,8 +24,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
...
@@ -24,8 +24,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
cmake-data
=
3.15.1-0kitware1
\
cmake-data
=
3.15.1-0kitware1
\
cmake
=
3.15.1-0kitware1
\
cmake
=
3.15.1-0kitware1
\
curl
\
curl
\
g++
\
#
g++
\
gdb
\
#
gdb
\
git
\
git
\
hip-rocclr
\
hip-rocclr
\
jq
\
jq
\
...
@@ -63,16 +63,16 @@ RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.
...
@@ -63,16 +63,16 @@ RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.
RUN
dpkg
-i
dumb-init_
*
.deb
&&
rm
dumb-init_
*
.deb
RUN
dpkg
-i
dumb-init_
*
.deb
&&
rm
dumb-init_
*
.deb
# Install cget
# Install cget
RUN
pip
install
cget
#
RUN pip install cget
# Install rclone
# Install rclone
RUN
pip
install
https://github.com/pfultz2/rclone/archive/master.tar.gz
#
RUN pip install https://github.com/pfultz2/rclone/archive/master.tar.gz
ARG
PREFIX=/opt/rocm
ARG
PREFIX=/opt/rocm
# Install dependencies
# Install dependencies
RUN
cget
install
pfultz2/rocm-recipes
#
RUN cget install pfultz2/rocm-recipes
# Install rbuild
# Install rbuild
RUN
pip3
install
https://github.com/RadeonOpenCompute/rbuild/archive/6d78a0553babdaea8d2da5de15cbda7e869594b8.tar.gz
#
RUN pip3 install https://github.com/RadeonOpenCompute/rbuild/archive/6d78a0553babdaea8d2da5de15cbda7e869594b8.tar.gz
# Install packages for processing the performance results
# Install packages for processing the performance results
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
sqlalchemy
RUN
pip3
install
sqlalchemy
...
...
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