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 b0697fd commit f555db1Copy full SHA for f555db1
python/conda/Dockerfile.conda
@@ -1,6 +1,6 @@
1
ARG PYTHON_VERSION=3.8
2
ARG CIRCLE_PULL_REQUEST
3
-FROM deepnote/base
+FROM deepnote/python:base
4
5
RUN apt-get update && \
6
apt-get install -y --no-install-recommends \
0 commit comments