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

Merge branch 'development' into 'master'

Update code-server, add geemap

Closes #28

See merge request !41
parents 92afd9b7 3510e91e
Branches
No related tags found
1 merge request!41Update code-server, add geemap
...@@ -61,7 +61,7 @@ RUN mamba install --yes \ ...@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER root USER root
# install code-server and extensions # install code-server and extensions
ENV CODE_VERSION=4.96.4 ENV CODE_VERSION=4.97.2
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ 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 && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \
...@@ -101,7 +101,8 @@ RUN mamba install --yes \ ...@@ -101,7 +101,8 @@ RUN mamba install --yes \
# optional dependencies for pandas for read_html and to support Parquet files # optional dependencies for pandas for read_html and to support Parquet files
'lxml' \ 'lxml' \
'pyarrow' \ 'pyarrow' \
# geopandas # geo
'geemap' \
'geopandas' \ 'geopandas' \
'pysal' \ 'pysal' \
'contextily' \ 'contextily' \
......
...@@ -18,7 +18,7 @@ RUN apt-get update --yes && \ ...@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions # install code-server and extensions
ENV CODE_VERSION=4.96.4 ENV CODE_VERSION=4.97.2
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ 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 && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \
......
...@@ -18,7 +18,7 @@ RUN apt-get update --yes && \ ...@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions # install code-server and extensions
ENV CODE_VERSION=4.96.4 ENV CODE_VERSION=4.97.2
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ 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 && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment