Skip to content

Commit

Permalink
[CI,DOCKER] Bump gpu image to cuda 11.0.3 (#8119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonolige authored May 25, 2021
1 parent 47c8e47 commit b64466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# CI docker GPU env
# tag: v0.60
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04
FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04

# Base scripts
RUN apt-get update --fix-missing
Expand Down

0 comments on commit b64466a

Please sign in to comment.