Skip to content

nerc-images/nerc-images-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published