blob: 68a1a1366c28d897b6bf4e7341035fc640ba7909 (
plain)
1
2
3
4
5
6
|
#! /bin/bash
set -o errexit
#podman exec -it "ccpi-devel" bash /ccpi/data/run.sh
podman run --name "ccpi-run" -it --rm $options $volumes -e "CUDA_VISIBLE_DEVICES=2" localhost/ccpi:devel bash /ccpi/data/run.sh
|