We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258d7bf + 5577565 commit 4a8b923Copy full SHA for 4a8b923
deployments/container/Dockerfile.ubi9
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS build
+FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9 AS build
16
17
WORKDIR /work
18
@@ -41,7 +41,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
41
42
RUN GOOS=linux go build -o nvdrain ./cmd/nvdrain
43
44
-FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
+FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9
45
46
ARG TARGETARCH
47
0 commit comments