Skip to content

Commit

Permalink
Narrow down cuda libraries to install
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Jan 4, 2024
1 parent d2c7d34 commit b9ab1aa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,18 @@ jobs:
PUGIXML_VERSION=v1.13
OSL_USE_OPTIX=1
OPTIX_VERSION=7.0
OSL_UBUNTU_INSTALL_PACKAGES="cuda-toolkit"
UBUNTU_INSTALL_OPENEXR=0
UBUNTU_INSTALL_OCIO=0
OSL_UBUNTU_INSTALL_PACKAGES="cuda-nvcc cuda-cudart cuda-cudart-dev cuda-nvrtc cuda-nvrtc-dev"
# cuda-cccl cuda-command-line-tools cuda-compiler cuda-crt
# cuda-cuobjdump cuda-cupti
# cuda-cupti-dev cuda-cuxxfilt
# cuda-driver-dev cuda-libraries
# cuda-libraries-dev
# cuda-nvdisasm
# cuda-nvprune cuda-nvtx cuda-nvvm cuda-nvvp
# cuda-toolkit cuda-toolkit-config-common
# cuda-toolkit-12-config-common cuda-toolkit-config-common cuda-tools

runs-on: ${{matrix.runner}}
env:
Expand Down

0 comments on commit b9ab1aa

Please sign in to comment.