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