darribas / gds_env

A containerised platform for Geographic Data Science

Home Page:https://darribas.org/gds_env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDS_ENV_VERSION not working in gds_dev

martinfleis opened this issue · comments

gds_dev:6.1 does not have the environment variable GDS_ENV_VERSION.

Screenshot 2021-09-06 at 10 13 59

This is related to the GDS_ENV_VERSION variable being created as jovyan. Explore creating it as root:

gds_env/gds_py/Dockerfile

Lines 134 to 138 in 3616834

# Switch back to user to avoid accidental container runs as root
USER $NB_UID
# Set version
ENV GDS_ENV_VERSION "6.1"