You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Please substitute the values below with your user credentials; the signup
# form can be found at https://scihub.copernicus.eu/dhus.
# Alternatively you can provide the values when running the docker container.
FROM jupyter/scipy-notebook:42f4c82a07ff
ENV SCIHUB_USERNAME=""
ENV SCIHUB_PASSWORD=""
ENV JUPYTER_ENABLE_LAB=yes
# See https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#using-pip-install-or-conda-install-in-a-child-docker-image for more info