diff --git a/Dockerfile b/Dockerfile index d86e5565665a95d4fd278d0501bc7ff00ee6e500..1df2ce160b96bae67fa60275685762daca6e0c2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,6 @@ FROM jupyter/tensorflow-notebook:hub-3.1.1 USER root # Install Extensions - +RUN pip3 install --upgrade pip +RUN mamba update mamba +RUN mamba install -c conda-forge control