diff --git a/tensorflow-cpu-with-vscode/Dockerfile b/tensorflow-cpu-with-vscode/Dockerfile index fe574589ae636688388240a17713c2c55efa9b41..38b0c43b167203fd6c1d834fde6713ecfc4a97ea 100644 --- a/tensorflow-cpu-with-vscode/Dockerfile +++ b/tensorflow-cpu-with-vscode/Dockerfile @@ -56,8 +56,7 @@ RUN mamba install --yes --no-update-deps \ USER root # install code-server and extensions -# NOTE: DO NOT UPDATE TO 4.92 WITHOUT INSTALLING AN EXTENSION TO VIEW ARRAYS AND DATAFRAMES -ENV CODE_VERSION=4.91.0 +ENV CODE_VERSION=4.93.1 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/tensorflow-gpu-with-vscode/Dockerfile b/tensorflow-gpu-with-vscode/Dockerfile index 2f0a4a60e60f1a5376a2c57c357038576e717127..3ae24aba19dbea2cf1be62169c7781ff0dbedc81 100644 --- a/tensorflow-gpu-with-vscode/Dockerfile +++ b/tensorflow-gpu-with-vscode/Dockerfile @@ -9,8 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root # install code-server and extensions -# NOTE: DO NOT UPDATE TO 4.92 WITHOUT INSTALLING AN EXTENSION TO VIEW ARRAYS AND DATAFRAMES -ENV CODE_VERSION=4.91.0 +ENV CODE_VERSION=4.93.1 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 && \