Skip to content

Commit b4a7f9b

Browse files
committed
requirements for python3.8
1 parent acb0b39 commit b4a7f9b

File tree

2 files changed

+445
-485
lines changed

2 files changed

+445
-485
lines changed

commons/Dockerfile.base.py38-cuda10.1 renamed to commons/Dockerfile.base.py38-cuda10.2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
22

33
# TensorFlow version is tightly coupled to CUDA and cuDNN so it should be selected carefully
44
ARG CUDA=10.1
5-
ARG LIBNVINFER=7.2.3-1
6-
ARG LIBNVINFER_MAJOR_VERSION=7
5+
ARG LIBNVINFER=6.0.1-1
6+
ARG LIBNVINFER_MAJOR_VERSION=6
77
ARG CUDNN=7.6.5.32-1
88
ENV NCCL=2.6.4
99
ENV NCCL_VERSION=2.6.4-1+cuda10.1

0 commit comments

Comments
 (0)