Skip to content

Commit f555db1

Browse files
committed
Fix base image URI
1 parent b0697fd commit f555db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/conda/Dockerfile.conda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION=3.8
22
ARG CIRCLE_PULL_REQUEST
3-
FROM deepnote/base
3+
FROM deepnote/python:base
44

55
RUN apt-get update && \
66
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)