Skip to content

Commit

Permalink
fix: migrate docker CUDA build to CUDA 12
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Feb 22, 2024
1 parent cd68278 commit ee91fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cuda-build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit


FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04
FROM nvidia/cuda:12.3.1-runtime-ubuntu22.04

ENV HOME /home/user
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit ee91fcb

Please sign in to comment.