Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/conda/Dockerfile.conda
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down