From af920113654e10d57dca571535b2ef9141aec0a5 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 16 Nov 2020 12:38:56 +0000 Subject: [PATCH] Pin jupyter/scipy-notebook to fixed tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d0d05e..e58742d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -FROM jupyter/scipy-notebook +FROM jupyter/scipy-notebook:42f4c82a07ff ENV JUPYTER_ENABLE_LAB=yes RUN conda install -c conda-forge geopandas==0.8.1 && \