From ce2161b68987b12137d839365bec5731619212fa Mon Sep 17 00:00:00 2001 From: dezzzmond <68071695+dezzzmond@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:41:33 +0300 Subject: [PATCH] Update Dockerfile --- dockerfiles/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 969cb03..7f64862 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -213,7 +213,6 @@ RUN pip3 install \ typer==0.3.2 \ typing==3.7.4.3 \ typing-extensions==3.7.4.3 \ - unattended-upgrades==0.1 \ urllib3==1.26.5 \ vispy==0.6.6 \ wasabi==0.8.2 \ @@ -221,13 +220,11 @@ RUN pip3 install \ webencodings==0.5.1 \ websocket-client==1.1.0 \ Werkzeug==2.0.1 \ - wheel==0.36.2 \ widgetsnbextension==3.5.1 \ wrapt==1.12.1 \ xgboost==1.4.2 \ youtube-dl==2021.6.6 \ zipp==3.4.1 \ - && rm -rf ~/.cache/pip RUN ln -s /usr/bin/python3 /usr/bin/python