File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,6 @@ docker build \
353
353
${no_cache_flag} \
354
354
${progress_flag} \
355
355
--build-arg " BUILD_ENVIRONMENT=${image} " \
356
- --build-arg " LLVMDEV=${LLVMDEV:- } " \
357
356
--build-arg " VISION=${VISION:- } " \
358
357
--build-arg " UBUNTU_VERSION=${UBUNTU_VERSION} " \
359
358
--build-arg " DEVTOOLSET_VERSION=${DEVTOOLSET_VERSION} " \
Original file line number Diff line number Diff line change @@ -133,8 +133,5 @@ RUN rm install_openmpi.sh
133
133
ARG BUILD_ENVIRONMENT
134
134
ENV BUILD_ENVIRONMENT ${BUILD_ENVIRONMENT}
135
135
136
- # Install LLVM dev version (Defined in the pytorch/builder github repository)
137
- COPY --from=pytorch/llvm:9.0.1 /opt/llvm /opt/llvm
138
-
139
136
USER jenkins
140
137
CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -175,11 +175,6 @@ RUN rm install_openmpi.sh
175
175
ARG BUILD_ENVIRONMENT
176
176
ENV BUILD_ENVIRONMENT ${BUILD_ENVIRONMENT}
177
177
178
- # Install LLVM dev version (Defined in the pytorch/builder github repository)
179
- ARG SKIP_LLVM_SRC_BUILD_INSTALL
180
- COPY --from=pytorch/llvm:9.0.1 /opt/llvm /opt/llvm
181
- RUN if [ -n "${SKIP_LLVM_SRC_BUILD_INSTALL}" ]; then set -eu; rm -rf /opt/llvm; fi
182
-
183
178
# AWS specific CUDA build guidance
184
179
ENV TORCH_CUDA_ARCH_LIST Maxwell
185
180
ENV TORCH_NVCC_FLAGS "-Xfatbin -compress-all"
You can’t perform that action at this time.
0 commit comments