Pin jupyter/scipy-notebook to fixed tag

This commit is contained in:
heyarne 2020-11-16 12:38:56 +00:00
commit af92011365

View file

@ -1,6 +1,6 @@
# 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 # 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
FROM jupyter/scipy-notebook FROM jupyter/scipy-notebook:42f4c82a07ff
ENV JUPYTER_ENABLE_LAB=yes ENV JUPYTER_ENABLE_LAB=yes
RUN conda install -c conda-forge geopandas==0.8.1 && \ RUN conda install -c conda-forge geopandas==0.8.1 && \