Skip to content

Commit 6baeba1

Browse files
authored
Fix Base DLC Build (#4838)
disable sitecustomize.py
1 parent e345816 commit 6baeba1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

base/x86_64/gpu/cu128/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ COPY --from=python-builder /usr/local/bin /usr/local/bin
9292
COPY --from=cuda-builder /usr/local/cuda-${CUDA_MAJOR}.${CUDA_MINOR} /usr/local/cuda-${CUDA_MAJOR}.${CUDA_MINOR}
9393
COPY install_efa.sh install_efa.sh
9494
COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
95-
COPY sitecustomize.py /usr/local/lib/python${PYTHON_SHORT_VERSION}/sitecustomize.py
96-
9795
RUN chmod +x /usr/local/bin/deep_learning_container.py && \
9896
# Install EFA
9997
bash install_efa.sh ${EFA_VERSION} && \

src/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def docker_build(self, fileobj=None, custom_context=False):
206206

207207
line_counter = 0
208208
line_interval = 50
209-
self.client.headers["X-Docker-BuildKit"] = "1"
210209
for line in self.client.build(
211210
fileobj=fileobj,
212211
path=self.dockerfile,

0 commit comments

Comments
 (0)