Skip to content

Commit 64aa442

Browse files
lint spaces
1 parent 0e70435 commit 64aa442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libtorch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN ln -sf /usr/local/cuda-12.4 /usr/local/cuda
7070
FROM cpu as rocm
7171
ARG PYTORCH_ROCM_ARCH
7272
ENV 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.
7676
ENV ROCM_PATH /opt/rocm

manywheel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ COPY --from=openssl /opt/openssl /opt/openss
132132
COPY --from=python /opt/python /opt/python
133133
COPY --from=python /opt/_internal /opt/_internal
134134
COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
135-
COPY --from=intel ${MKLROOT} ${MKLROOT}
135+
COPY --from=intel ${MKLROOT} ${MKLROOT}
136136
COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
137137
COPY --from=jni /usr/local/include/jni.h /usr/local/include/jni.h
138138
COPY --from=libpng /usr/local/bin/png* /usr/local/bin/

0 commit comments

Comments
 (0)