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 694be71 commit 52b739fCopy full SHA for 52b739f
python/conda/Dockerfile.conda
@@ -4,6 +4,7 @@ FROM deepnote/python:base
4
5
RUN apt-get update && \
6
apt-get install -y --no-install-recommends \
7
+ wget \
8
tini \
9
libglib2.0-0 libxext6 libsm6 libxrender1 && \
10
apt-get clean && \
0 commit comments