Meshroom/docker/build-all.sh
2025-06-24 15:20:49 +02:00

12 lines
No EOL
247 B
Bash
Executable file

#!/bin/sh
set -e
test -d docker || (
echo This script must be run from the top level Meshroom directory
exit 1
)
CUDA_VERSION=12.1.1 UBUNTU_VERSION=22.04 docker/build-ubuntu.sh
CUDA_VERSION=12.1.1 ROCKY_VERSION=9 docker/build-rocky.sh