diff --git a/Dockerfile b/Dockerfile index 6413b0f..cde2f9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apt-get update && \ python3-tk && \ apt-get clean +RUN pip3 install --upgrade packaging appdirs RUN pip3 install ipython jupyter RUN pip3 install numpy pandas matplotlib gitpython RUN pip3 install scipy netCDF4