diff --git a/Dockerfile b/Dockerfile index 3f722b6..7ac8b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update && \ apt-get install -y libzmq3-dev default-jdk && \ apt-get install -y python${PYTHON_VERSION}-dev python3-venv libcurl4-openssl-dev libssl-dev && \ pip install jupyter pycurl && \ + pip install --upgrade setuptools && \ # Install older tornado - https://github.com/jupyter/notebook/issues/4437 pip install "tornado<6" && \ pip install notebook && \