From d4c2f51a8048cfb3f95431810c890619c41ff1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:27:07 +0000 Subject: [PATCH] build(deps): bump codercom/code-server in /build/images/ml Bumps codercom/code-server from 4.135.0 to 4.137.0-39. --- updated-dependencies: - dependency-name: codercom/code-server dependency-version: 4.137.0-39 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/images/ml/Dockerfile.cpu | 2 +- build/images/ml/Dockerfile.cpu22 | 2 +- build/images/ml/Dockerfile.ml-cu128 | 2 +- build/images/ml/Dockerfile.ml-gpu | 2 +- build/images/ml/Dockerfile.pytorch-blackwell | 2 +- build/images/ml/Dockerfile.pytorch-gpu | 2 +- build/images/ml/Dockerfile.pytorch28 | 2 +- build/images/ml/Dockerfile.tensorflow-gpu | 2 +- build/images/ml/Dockerfile.tensorflow-ngc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/images/ml/Dockerfile.cpu b/build/images/ml/Dockerfile.cpu index a08d070..8b26943 100644 --- a/build/images/ml/Dockerfile.cpu +++ b/build/images/ml/Dockerfile.cpu @@ -3,7 +3,7 @@ # and runs as non-root (uid 1000), which satisfies restricted Pod Security. # Catalog entry: name="Python ML (CPU · Ubuntu 24.04)", tag=ubuntu24.04-cpu-ml # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM ubuntu:24.04 ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.cpu22 b/build/images/ml/Dockerfile.cpu22 index 268accd..d51b59c 100644 --- a/build/images/ml/Dockerfile.cpu22 +++ b/build/images/ml/Dockerfile.cpu22 @@ -9,7 +9,7 @@ # and runs as non-root (uid 1000), which satisfies restricted Pod Security. # Catalog entry: name="Ubuntu 22.04", tag=ml-ubuntu22.04 # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM ubuntu:22.04 ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.ml-cu128 b/build/images/ml/Dockerfile.ml-cu128 index 234dfba..a6038f7 100644 --- a/build/images/ml/Dockerfile.ml-cu128 +++ b/build/images/ml/Dockerfile.ml-cu128 @@ -3,7 +3,7 @@ # PyTorch or TensorFlow themselves if they want one. # Catalog entry: name="Python ML · CUDA 12.4 · cuDNN 9 (GPU)", tag=ml-cuda12.4-cudnn9-gpu # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM nvidia/cuda:12.8.1-cudnn-runtime-ubuntu24.04 ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.ml-gpu b/build/images/ml/Dockerfile.ml-gpu index 16d8b69..496e843 100644 --- a/build/images/ml/Dockerfile.ml-gpu +++ b/build/images/ml/Dockerfile.ml-gpu @@ -3,7 +3,7 @@ # PyTorch or TensorFlow themselves if they want one. # Catalog entry: name="Python ML · CUDA 12.4 · cuDNN 9 (GPU)", tag=ml-cuda12.4-cudnn9-gpu # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04 ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.pytorch-blackwell b/build/images/ml/Dockerfile.pytorch-blackwell index 0cbbae6..e2efa7b 100644 --- a/build/images/ml/Dockerfile.pytorch-blackwell +++ b/build/images/ml/Dockerfile.pytorch-blackwell @@ -2,7 +2,7 @@ # the three GShare connection tools and SciPy. # Catalog entry: name="PyTorch 2.6 · CUDA 12.4 (GPU)", tag=pytorch2.6-cuda12.4-cudnn9 # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.pytorch-gpu b/build/images/ml/Dockerfile.pytorch-gpu index d1e018b..8b9db3e 100644 --- a/build/images/ml/Dockerfile.pytorch-gpu +++ b/build/images/ml/Dockerfile.pytorch-gpu @@ -2,7 +2,7 @@ # the three GShare connection tools and SciPy. # Catalog entry: name="PyTorch 2.6 · CUDA 12.4 (GPU)", tag=pytorch2.6-cuda12.4-cudnn9 # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM pytorch/pytorch:2.6.0-cuda12.4-cudnn9-runtime ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.pytorch28 b/build/images/ml/Dockerfile.pytorch28 index 614048a..9a8a283 100644 --- a/build/images/ml/Dockerfile.pytorch28 +++ b/build/images/ml/Dockerfile.pytorch28 @@ -2,7 +2,7 @@ # the three GShare connection tools and SciPy. # Catalog entry: name="PyTorch 2.6 · CUDA 12.4 (GPU)", tag=pytorch2.6-cuda12.4-cudnn9 # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM pytorch/pytorch:2.8.0-cuda12.9-cudnn9-runtime ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.tensorflow-gpu b/build/images/ml/Dockerfile.tensorflow-gpu index 84d7669..2822fa7 100644 --- a/build/images/ml/Dockerfile.tensorflow-gpu +++ b/build/images/ml/Dockerfile.tensorflow-gpu @@ -2,7 +2,7 @@ # pair, plus the three GShare connection tools and SciPy. # Catalog entry: name="TensorFlow 2.18 (GPU)", tag=tensorflow2.18-gpu # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM tensorflow/tensorflow:2.18.0-gpu ARG TTYD_VERSION=1.7.7 diff --git a/build/images/ml/Dockerfile.tensorflow-ngc b/build/images/ml/Dockerfile.tensorflow-ngc index 6b269b3..7024809 100644 --- a/build/images/ml/Dockerfile.tensorflow-ngc +++ b/build/images/ml/Dockerfile.tensorflow-ngc @@ -2,7 +2,7 @@ # plus the three GShare connection tools. Hub's tensorflow/tensorflow images ship an older CUDA and # do not run on RTX PRO 5000/6000. Catalog entry: cuda_version=12.8. # Build context: build/images, so session-base/entrypoint.sh can be shared. -FROM codercom/code-server:4.135.0 AS cs +FROM codercom/code-server:4.137.0-39 AS cs FROM nvcr.io/nvidia/tensorflow:25.02-tf2-py3 ARG TTYD_VERSION=1.7.7