Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Add 0.8.3 image #30

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build-image
build-image:
docker build -t pangeo/pangeo-forge-bakery-images:$(image) -f ./images/$(image)/Dockerfile ./images/$(image)
docker build -t pangeo/pangeo-forge-bakery-images:$(image) -f ./images/$(image)/Dockerfile ./images/$(image) --platform linux/amd64

.PHONY: push-image
push-image:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM pangeo/pangeo-notebook:2021.12.02

RUN mamba install -n notebook -c conda-forge -y pangeo-forge-recipes==0.8.2

RUN mamba install -n notebook -c conda-forge -y "prefect[aws, google, kubernetes]==0.14.22"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM pangeo/pangeo-notebook:2021.12.02

RUN mamba run -n notebook pip install pangeo-forge-recipes==0.8.3

RUN mamba install -n notebook -c conda-forge -y "prefect[aws, google, kubernetes]==0.14.22"