Skip to content

Commit 564ab22

Browse files
authored
Merge pull request #44 from deepnote/hannes/pla-3194-fix-conda-images
Include libffi-dev in conda image
2 parents b1b7bb3 + f555db1 commit 564ab22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ workflows:
241241
parameters:
242242
python-version: *python-versions
243243
requires:
244-
- Python << matrix.python-version >>
244+
- Building the base image
245245

246246
- build-and-push-gpu:
247247
name: Tensorflow 2.9

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/python:${PYTHON_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
3+
FROM deepnote/python:base
44

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

0 commit comments

Comments
 (0)