Skip to content

hasethinvd/physicsnemo_workshop

Repository files navigation

PhysicsNeMo Workshop

This workshop provides hands-on approaches on how to use NVIDIA PhysicsNeMo, a framework that combines physics and partial differential equations (PDEs) with artificial intelligence (AI) to build robust models. Participants will learn about the PhysicsNeMo sym utilities to infuse physics during training and inference.

Quick Start with Docker

Prerequisites

  • Docker with NVIDIA Container Toolkit
  • NVIDIA GPU with CUDA support

Option 1: Docker Compose (Recommended)

# Clone the repository
git clone https://github.com/hasethinvd/physicsnemo_workshop.git
cd physicsnemo_workshop

# Build and start the container
docker compose up --build

# Access Jupyter Lab at http://localhost:8888

Option 2: Docker CLI

# Build the image
docker build -t physicsnemo-workshop .

# Run with GPU support
docker run --gpus all -it \
    -p 8888:8888 \
    -v $(pwd):/workspace/physicsnemo_workshop \
    --shm-size=16gb \
    physicsnemo-workshop

# Access Jupyter Lab at http://localhost:8888

Workshop Contents

About

Example Notebooks

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors