Skip to content

CSCfi/noppe-public-images

Repository files navigation

noppe-public-images

Images for noppe.csc.fi that are publicly available. Each image is contained in its own subdirectory.

Building locally

Build image in subdirectory with podman:

cd jupyter-minimal
podman build --pull=true -t $(basename $(pwd)) .

Build image for amd64 architecture on ARM (say, Mac M1/M2):

cd jupyter-minimal
podman build --platform linux/amd64 --pull=true -t $(basename $(pwd)) .

About

Source code for container images for applications in Noppe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5