[docker] Use cuDNN7, not 8 (#12375)

This commit is contained in:
Ian Rodney
2020-11-25 12:06:53 -08:00
committed by GitHub
parent 753cda2f28
commit ca6c2b2442
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# The base-deps Docker image installs main libraries needed to run Ray
# The GPU option is nvidia/cuda:10.1-cudnn8-runtime-ubuntu18.04
# The GPU option is nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
ARG BASE_IMAGE="ubuntu:focal"
FROM ${BASE_IMAGE}
# If this arg is not "autoscaler" then no autoscaler requirements will be included