We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3629a05 commit 329afbcCopy full SHA for 329afbc
manywheel/Dockerfile
@@ -49,12 +49,6 @@ COPY manywheel/build_scripts /build_scripts
49
ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
50
RUN bash build_scripts/build.sh && rm -r build_scripts
51
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
-
58
FROM base as cuda
59
ARG BASE_CUDA_VERSION=10.2
60
# Install CUDA
0 commit comments