From fefb3ef46bf59c9a647074062c709a0724aa0a47 Mon Sep 17 00:00:00 2001 From: Vladimir Protsenko Date: Sun, 27 Aug 2023 12:28:39 +0400 Subject: [PATCH] switch to cheburnet version of vscode install script --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 640026c..5f4efed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ RUN chown ${USER}:${GROUP} /wd # SYSTEM CONFIGURATION RUN apt install vim htop mc curl wget git tree -y -RUN curl -fsSL https://code-server.dev/install.sh | sh +#RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN curl -fsSL https://git.ai.ssau.ru/liav/docker_template/raw/branch/vscode/code_server_install.sh | sh RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinstall -y USER ${USER}