Skip to content

Commit 329afbc

Browse files
authored
[BE] Remove references to Python<3.6 (#1287)
1 parent 3629a05 commit 329afbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

manywheel/Dockerfile

-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ COPY manywheel/build_scripts /build_scripts
4949
ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
5050
RUN bash build_scripts/build.sh && rm -r build_scripts
5151

52-
# remove unncessary python versions
53-
RUN rm -rf /opt/python/cp26-cp26m /opt/_internal/cpython-2.6.9-ucs2
54-
RUN rm -rf /opt/python/cp26-cp26mu /opt/_internal/cpython-2.6.9-ucs4
55-
RUN rm -rf /opt/python/cp33-cp33m /opt/_internal/cpython-3.3.6
56-
RUN rm -rf /opt/python/cp34-cp34m /opt/_internal/cpython-3.4.6
57-
5852
FROM base as cuda
5953
ARG BASE_CUDA_VERSION=10.2
6054
# Install CUDA

0 commit comments

Comments
 (0)