diff --git a/.circleci/config.yml b/.circleci/config.yml index 771c12b..911bdde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -241,7 +241,7 @@ workflows: parameters: python-version: *python-versions requires: - - Python << matrix.python-version >> + - Building the base image - build-and-push-gpu: name: Tensorflow 2.9 diff --git a/python/conda/Dockerfile.conda b/python/conda/Dockerfile.conda index bc9109a..1f0a341 100644 --- a/python/conda/Dockerfile.conda +++ b/python/conda/Dockerfile.conda @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.8 ARG CIRCLE_PULL_REQUEST -FROM deepnote/python:${PYTHON_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}} +FROM deepnote/python:base RUN apt-get update && \ apt-get install -y --no-install-recommends \