Skip to content

nerc-images/csw-base-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csw-base-pytorch

A Jupyter OpenShift AI Image with PyTorch and CUDA for GPUs. Based on the Red Hat Data Services notebook images on GitHub for Jupyter Lab Notebook integration.

Base image: quay.io/modh/odh-pytorch-notebook:v3-20250808

System packages Description
cuda-toolkit CUDA Toolkit meta-package.

Version information

  • CUDA Toolkit version 12.6
  • Python version 3.11.11

Instructions on building the container

You can pull the latest csw-base-pytorch container image below:

podman pull quay.io/nerc-images/csw-base-pytorch:latest

You can build the container like this:

podman build -t nerc-images/csw-base-pytorch:latest .

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

podman push nerc-images/csw-base-pytorch:latest quay.io/nerc-images/csw-base-pytorch:latest

You can run the container like this:

podman run -p 8888:8888 --rm nerc-images/csw-base-pytorch:latest

You will need to click the link it outputs to connect with the required token.

[I 2025-08-06 21:05:37.852 ServerApp] Jupyter Server 2.15.0 is running at:
[I 2025-08-06 21:05:37.852 ServerApp] http://localhost:8888/lab?token=7b0...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published