Skip to content

Commit

Permalink
ci: switch Docker image to nvidia/cuda:12.6.0-devel-rockylinux9 (#35)
Browse files Browse the repository at this point in the history
* ci: switch to nvidia/cuda:12.6.0-devel-rockylinux9

cupy currently needs header files that aren't in the runtime image

* ci: python3-devel
  • Loading branch information
lgarrison authored Aug 29, 2024
1 parent 4c85c30 commit 9cdd796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:12.3.2-runtime-ubuntu22.04
FROM nvidia/cuda:12.6.0-devel-rockylinux9

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
RUN dnf -y install \
python3 \
python3-devel \
python3-pip \
git

0 comments on commit 9cdd796

Please sign in to comment.