Skip to content
Snippets Groups Projects
Commit 19e271ef authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

keras-?pu: Update code-server to 4.93.1

parent 2d3e854a
Branches
No related tags found
1 merge request!32Update code-server and Readme
......@@ -57,8 +57,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 && \
......@@ -82,7 +81,7 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do
# install some packages
USER ${NB_UID}
RUN mamba install --yes --no-update-deps \
RUN mamba install --yes \
# umap + hdbscan
'umap-learn' \
'hdbscan' \
......
......@@ -10,8 +10,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 && \
......@@ -33,7 +32,7 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do
# install some packages
USER ${NB_UID}
RUN mamba install --yes --no-update-deps \
RUN mamba install --yes \
# umap + hdbscan
'umap-learn' \
'hdbscan' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment