Skip to content

Commit ce2161b

Browse files
authored
Update Dockerfile
1 parent 87addae commit ce2161b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dockerfiles/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,21 +213,18 @@ RUN pip3 install \
213213
typer==0.3.2 \
214214
typing==3.7.4.3 \
215215
typing-extensions==3.7.4.3 \
216-
unattended-upgrades==0.1 \
217216
urllib3==1.26.5 \
218217
vispy==0.6.6 \
219218
wasabi==0.8.2 \
220219
wcwidth==0.2.5 \
221220
webencodings==0.5.1 \
222221
websocket-client==1.1.0 \
223222
Werkzeug==2.0.1 \
224-
wheel==0.36.2 \
225223
widgetsnbextension==3.5.1 \
226224
wrapt==1.12.1 \
227225
xgboost==1.4.2 \
228226
youtube-dl==2021.6.6 \
229227
zipp==3.4.1 \
230-
231228
&& rm -rf ~/.cache/pip
232229

233230
RUN ln -s /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)