Remove /etc/pip.conf from Dockerfile

This commit is contained in:
tcely 2025-03-11 12:00:04 -04:00 committed by GitHub
parent c865890f32
commit 552e46faf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,9 +286,6 @@ RUN --mount=type=cache,id=apt-lib-cache,sharing=locked,target=/var/lib/apt \
apt-get -y autoclean && \
rm -rf /tmp/*
# Copy over pip.conf to use piwheels
COPY pip.conf /etc/pip.conf
# Switch workdir to the the app
WORKDIR /app