Docker Prebuilt

Docker Prebuilt

Suitable for environments with network connection and Docker support.

If your environment is without network connection, please refer to Docker Offline Deployment method.

Method: Using Pre-built Docker Container (Recommended)

PETsARD provides pre-built Docker containers, allowing you to use it without local Python environment setup.

# Pull the latest version
docker pull ghcr.io/nics-dp/petsard:latest

# Run interactive container
docker run -it --rm ghcr.io/nics-dp/petsard:latest

Available Tags:

  • latest - Latest stable version (from main branch)
  • dev - Development version (from dev branch)

Next Steps

After installation, you can:

  • Check the Getting Started guide for detailed examples
  • Visit the PETsARD YAML documentation to learn about configuration
  • Explore benchmark datasets for testing
  • Review example configurations in the GitHub repository