Skip to content

Commit

Permalink
Change base cuda version to 10.0 instead of 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spMohanty authored and skbly7 committed Oct 9, 2019
1 parent 2a8a0e6 commit 16eb083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/base.py
Expand Up @@ -14,7 +14,7 @@
from traitlets import Dict

TEMPLATE = r"""
FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
# avoid prompts from apt
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 16eb083

Please sign in to comment.