Skip to content

Commit

Permalink
Merge pull request #1676 from rexliuser/master
Browse files Browse the repository at this point in the history
update cuda ver
  • Loading branch information
pierotofy authored Jul 15, 2023
2 parents 80fd9df + be1fec2 commit e329c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.2.0-devel-ubuntu20.04 AS builder
FROM nvidia/cuda:11.2.2-devel-ubuntu20.04 AS builder

# Env variables
ENV DEBIAN_FRONTEND=noninteractive \
Expand All @@ -21,7 +21,7 @@ RUN bash configure.sh clean

### Use a second image for the final asset to reduce the number and
# size of the layers.
FROM nvidia/cuda:11.2.0-runtime-ubuntu20.04
FROM nvidia/cuda:11.2.2-runtime-ubuntu20.04
#FROM nvidia/cuda:11.2.0-devel-ubuntu20.04

# Env variables
Expand Down

0 comments on commit e329c9a

Please sign in to comment.