mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
fix python package linux gpu failure (#3786)
* pin base image for manylinux2010_gpu * pin base image for Dockerfile.manylinux2010
This commit is contained in:
parent
99ec93ea42
commit
dcb1a21552
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue