File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,7 @@ RUN if [ "${ROCM_VERSION}" != "0.0" ]; then \
35
35
echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/${ROCM_REPO_VERSION}/ ${ROCM_REPO_DIST} main" | tee /etc/apt/sources.list.d/rocm.list && \
36
36
apt-get update && \
37
37
apt-get dist-upgrade -y && \
38
- apt-get install -y hsa-amd-aqlprofile hsa-rocr-dev hsakmt-roct-dev && \
39
- apt-get install -y hip-base hip-runtime-amd hip-dev && \
40
- apt-get install -y rocm-llvm rocm-core rocm-smi-lib rocm-device-libs && \
41
- apt-get install -y roctracer-dev rocprofiler-dev rccl-dev ${EXTRA_PACKAGES} && \
42
- if [ "$(echo ${ROCM_VERSION} | awk -F '.' '{print $1}')" -lt "5" ]; then apt-get install -y rocm-dev; fi && \
38
+ apt-get install -y rocm-dev rocm-smi-lib roctracer-dev rocprofiler-dev libpciaccess ${EXTRA_PACKAGES} && \
43
39
apt-get autoclean; \
44
40
fi
45
41
You can’t perform that action at this time.
0 commit comments