We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87addae commit ce2161bCopy full SHA for ce2161b
dockerfiles/Dockerfile
@@ -213,21 +213,18 @@ RUN pip3 install \
213
typer==0.3.2 \
214
typing==3.7.4.3 \
215
typing-extensions==3.7.4.3 \
216
- unattended-upgrades==0.1 \
217
urllib3==1.26.5 \
218
vispy==0.6.6 \
219
wasabi==0.8.2 \
220
wcwidth==0.2.5 \
221
webencodings==0.5.1 \
222
websocket-client==1.1.0 \
223
Werkzeug==2.0.1 \
224
- wheel==0.36.2 \
225
widgetsnbextension==3.5.1 \
226
wrapt==1.12.1 \
227
xgboost==1.4.2 \
228
youtube-dl==2021.6.6 \
229
zipp==3.4.1 \
230
-
231
&& rm -rf ~/.cache/pip
232
233
RUN ln -s /usr/bin/python3 /usr/bin/python
0 commit comments