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.
2 parents b1b7bb3 + f555db1 commit 564ab22Copy full SHA for 564ab22
.circleci/config.yml
@@ -241,7 +241,7 @@ workflows:
241
parameters:
242
python-version: *python-versions
243
requires:
244
- - Python << matrix.python-version >>
+ - Building the base image
245
246
- build-and-push-gpu:
247
name: Tensorflow 2.9
python/conda/Dockerfile.conda
@@ -1,6 +1,6 @@
1
ARG PYTHON_VERSION=3.8
2
ARG CIRCLE_PULL_REQUEST
3
-FROM deepnote/python:${PYTHON_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
+FROM deepnote/python:base
4
5
RUN apt-get update && \
6
apt-get install -y --no-install-recommends \
0 commit comments