".github/vscode:/vscode.git/clone" did not exist on "9edb7b51232cd63054eeefe22469fd8ef0672d4b"
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(
MAINTAINER "AMDMIGraphX Maintainer <migraphx-lib.support@amd.com>"
LDCONFIG
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-
hipify-clang \
half \
libssl-dev \
libtbb-dev \
zlib1g-dev && \
apt-get clean && \
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