Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 982 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 982 Bytes

nerc-images-template

An OpenShift AI Image for ...

Base image: quay.io/...

Python packages Description
jupyterlab A web-based user interface to work with Jupyter notebooks, editors, terminals, and custom components
System packages Description
something ...

You can pull the latest nerc-images-template container image below:

podman pull quay.io/nerc-images/nerc-images-template:latest

You can build the container like this:

podman build -t nerc-images/nerc-images-template:latest .

You can run the container like this:

podman run --rm -it --entrypoint /bin/bash nerc-images/nerc-images-template:latest

You can push the container to quay.io like this:

podman push nerc-images/nerc-images-template:latest quay.io/nerc-images/nerc-images-template:latest