Skip to content

Commit

Permalink
chore: pin amd64 to also build on mac with lfs 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Jul 27, 2022
1 parent 5db4562 commit 23a0b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=jupyter/base-notebook:lab-3.4.4
ARG BASE_IMAGE=jupyter/base-notebook:lab-3.4.0
ARG RENKU_VERSION=1.6.0
FROM $BASE_IMAGE as base
FROM --platform=linux/amd64 $BASE_IMAGE as base

LABEL maintainer="Swiss Data Science Center <[email protected]>"

Expand All @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
apt-get update && apt-get install -yq --no-install-recommends \
git \
git-lfs=3.1.4 \
git-lfs=3.2.0 \
gnupg \
graphviz \
jq \
Expand Down

0 comments on commit 23a0b09

Please sign in to comment.