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 b6a3cd1 commit ea9c1b5Copy full SHA for ea9c1b5
python/conda/Dockerfile.conda
@@ -5,6 +5,7 @@ FROM deepnote/python:base
5
RUN apt-get update && \
6
apt-get install -y --no-install-recommends \
7
tini \
8
+ wget \
9
libglib2.0-0 libxext6 libsm6 libxrender1 && \
10
apt-get clean && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments