[docker] bump cuda, node version

12.8 was superceded by 12.8.3 and 13 has since been released.
This commit is contained in:
feederbox826 2026-05-04 23:09:33 -04:00
parent 1ec5583931
commit 28978c450a
No known key found for this signature in database
GPG key ID: 82F297A12EBB8A57

View file

@ -1,8 +1,8 @@
# This dockerfile should be built with `make docker-cuda-build` from the stash root.
ARG CUDA_VERSION=12.8.0
ARG CUDA_VERSION=13.2.1
# Build Frontend
FROM node:20-alpine AS frontend
FROM node:24-alpine AS frontend
RUN apk add --no-cache make git
## cache node_modules separately
COPY ./ui/v2.5/package.json ./ui/v2.5/pnpm-lock.yaml /stash/ui/v2.5/