fix python package linux gpu failure (#3786)

* pin base image for manylinux2010_gpu

* pin base image for Dockerfile.manylinux2010
This commit is contained in:
George Wu 2020-05-01 17:04:59 +08:00 committed by GitHub
parent 99ec93ea42
commit dcb1a21552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux2010_x86_64:latest
FROM quay.io/pypa/manylinux2010_x86_64:2020-04-04-f427f46
ARG PYTHON_VERSION=3.5

View file

@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux2010_x86_64:latest
FROM quay.io/pypa/manylinux2010_x86_64:2020-04-04-f427f46
ARG PYTHON_VERSION=3.5