PyTorch normalizing flows for energy-based sampling & Boltzmann generators on CUDA 13.
2.3K
Docker image with zflows — self-contained
PyTorch normalizing flows for unconditional energy-based sampling and Boltzmann
generators — preinstalled on top of nvidia/cuda:13.2.1-devel-ubuntu24.04.
/opt/torch (active by default)Interactive shell (GPU attached):
docker run --rm -it --gpus all xudayemath/zflows:cu13
Mount your project and work in it:
docker run --rm -it --gpus all -v "$PWD:/workspace" xudayemath/zflows:cu13
Python REPL:
docker run --rm -it --gpus all xudayemath/zflows:cu13 python
Check torch.compile works on the GPU:
docker run --rm -it --gpus all xudayemath/zflows:cu13 \
python -c "import zflows; zflows.utils.check_compile_available()"
--gpus all requires the NVIDIA Container Toolkit on the host.
cu13, latest — CUDA 13.2, Python 3.12Content type
Image
Digest
sha256:d9a5de8ef…
Size
6.2 GB
Last updated
4 months ago
docker pull xudayemath/zflows