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
MIGraphX
Commits
f908781c
Commit
f908781c
authored
Mar 28, 2023
by
Ted Themistokleous
Browse files
Remove libtbb-dev install from docker file and update package deps
Already installed via install_prereqs.sh for libtbb-dev
parent
d52969d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
Dockerfile
Dockerfile
+0
-1
No files found.
CMakeLists.txt
View file @
f908781c
...
@@ -285,5 +285,5 @@ rocm_create_package(
...
@@ -285,5 +285,5 @@ rocm_create_package(
MAINTAINER
"AMDMIGraphX Maintainer <migraphx-lib.support@amd.com>"
MAINTAINER
"AMDMIGraphX Maintainer <migraphx-lib.support@amd.com>"
LDCONFIG
LDCONFIG
PTH
PTH
DEPENDS miopen-hip rocblas hip-rocclr hip-base half
DEPENDS miopen-hip rocblas hip-rocclr hip-base half
libtbb-dev
)
)
Dockerfile
View file @
f908781c
...
@@ -50,7 +50,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
...
@@ -50,7 +50,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
hipify-clang
\
hipify-clang
\
half
\
half
\
libssl-dev
\
libssl-dev
\
libtbb-dev
\
zlib1g-dev
&&
\
zlib1g-dev
&&
\
apt-get clean
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
...
...
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