From 2d32acb384e79efd1283c4736c6ca03a9c228649 Mon Sep 17 00:00:00 2001
From: Christof Kaufmann <christof.kaufmann@hs-bochum.de>
Date: Sat, 28 Sep 2024 12:34:11 +0200
Subject: [PATCH] tf-?pu: Update code-server to 4.93.1

---
 tensorflow-cpu-with-vscode/Dockerfile | 3 +--
 tensorflow-gpu-with-vscode/Dockerfile | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tensorflow-cpu-with-vscode/Dockerfile b/tensorflow-cpu-with-vscode/Dockerfile
index fe57458..38b0c43 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 2f0a4a6..3ae24ab 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 && \
-- 
GitLab