diff --git a/keras3-cpu/Dockerfile b/keras3-cpu/Dockerfile index e39a705cc18b3425fbfb0ca9bad4470fbdc3a201..15e0a7b6177a938495ebfb1d64c66adf30025b8d 100644 --- a/keras3-cpu/Dockerfile +++ b/keras3-cpu/Dockerfile @@ -57,7 +57,7 @@ RUN mamba install --yes --no-update-deps \ USER root # install code-server and extensions -ENV CODE_VERSION=4.93.1 +ENV CODE_VERSION=4.95.2 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \ diff --git a/keras3-gpu/Dockerfile b/keras3-gpu/Dockerfile index 32c6599bfae104c0bc6a73bd2d4c2204abd299f0..b5deea16b14d91b59f0798db027730718b100271 100644 --- a/keras3-gpu/Dockerfile +++ b/keras3-gpu/Dockerfile @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root # install code-server and extensions -ENV CODE_VERSION=4.93.1 +ENV CODE_VERSION=4.95.2 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \ diff --git a/pytorch-gpu/Dockerfile b/pytorch-gpu/Dockerfile index 86914565d1646c04103c2e18301fc4d3cc2ee87b..5d1ff7279650e21b0d3ba6563632db989edfb409 100644 --- a/pytorch-gpu/Dockerfile +++ b/pytorch-gpu/Dockerfile @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root # install code-server and extensions -ENV CODE_VERSION=4.93.1 +ENV CODE_VERSION=4.95.2 RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \