Skip to content

Commit

Permalink
OpenJ9: Don't version the cuda install folder (adoptium#982)
Browse files Browse the repository at this point in the history
We are now able to build against any cuda version.

Related ibmruntimes/temurin-build#94
ibmruntimes/ci-jenkins-pipeline#182
adoptium/temurin-build#3735

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
AdamBrousseau and karianna committed May 3, 2024
1 parent e29a355 commit bcb552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/dockerFiles/cuda.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG cuda_ver=12.2.0
ARG cuda_distro=ubuntu20.04

FROM nvidia/cuda:${cuda_ver}-devel-${cuda_distro} as cuda
FROM $image
FROM $image

# Install cuda headers /~https://github.com/eclipse/openj9/blob/master/buildenv/docker/mkdocker.sh#L586-L593
RUN mkdir -p /usr/local/cuda/nvvm
Expand Down

0 comments on commit bcb552e

Please sign in to comment.