Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion citestwheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG CUDA_VER=notset
ARG LINUX_VER=notset
FROM nvidia/cuda:${CUDA_VER}-devel-${LINUX_VER}
FROM nvidia/cuda:${CUDA_VER}-base-${LINUX_VER}

ARG CONDA_ARCH=notset
ARG CUDA_VER=notset
Expand Down Expand Up @@ -111,11 +111,13 @@ case "${LINUX_VER}" in
ca-certificates
curl
dnf-plugins-core
findutils
gcc
gdb
git
jq
libffi-devel
make
ncurses-devel
patch
readline-devel
Expand Down