From 846eca7af328b3ee84804a01251de44a3abefcc1 Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:07:58 -0700 Subject: [PATCH] removed pinned canvas version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79a6a72..a4f4a6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="UC San Diego ITS/ETS " USER root -RUN pip install pandas==1.2.3 nltk geopandas pylint && \ +RUN pip install nltk geopandas pylint && \ jupyter kernelspec remove -f python3_clean USER $NB_UID