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 ab1d632 commit 2813cd0Copy full SHA for 2813cd0
python/conda/Dockerfile.conda
@@ -5,7 +5,6 @@ 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