Commit f908781c authored by Ted Themistokleous's avatar 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
...@@ -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
) )
...@@ -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/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment