This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RUN ln -sf /usr/local/cuda-12.4 /usr/local/cuda
7070FROM cpu as rocm
7171ARG PYTORCH_ROCM_ARCH
7272ENV PYTORCH_ROCM_ARCH ${PYTORCH_ROCM_ARCH}
73- # Adding ROCM_PATH env var so that LoadHip.cmake (even with logic updated for ROCm6.0)
73+ # Adding ROCM_PATH env var so that LoadHip.cmake (even with logic updated for ROCm6.0)
7474# find HIP works for ROCm5.7. Not needed for ROCm6.0 and above.
7575# Remove below when ROCm5.7 is not in support matrix anymore.
7676ENV ROCM_PATH /opt/rocm
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ COPY --from=openssl /opt/openssl /opt/openss
132132COPY --from=python /opt/python /opt/python
133133COPY --from=python /opt/_internal /opt/_internal
134134COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
135- COPY --from=intel ${MKLROOT} ${MKLROOT}
135+ COPY --from=intel ${MKLROOT} ${MKLROOT}
136136COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
137137COPY --from=jni /usr/local/include/jni.h /usr/local/include/jni.h
138138COPY --from=libpng /usr/local/bin/png* /usr/local/bin/
You can’t perform that action at this time.
0 commit comments