Skip to content

Commit

Permalink
[CI,DOCKER] Bump gpu image to cuda 11.0.3 (apache#8119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonolige authored and Trevor Morris committed Jun 17, 2021
1 parent 3a57cb4 commit a23ef5f
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 a23ef5f

Please sign in to comment.