Podman_compose_BigData/test.sh
2025-10-16 21:15:12 +09:00

14 lines
349 B
Bash
Executable File

#!/bin/bash
podman run -d \
--name bigdata_server \
--restart unless-stopped \
--security-opt="label=disable" \
--device=nvidia.com/gpu=all \
--network=host \
-e NVIDIA_VISIBLE_DEVICES=all \
-e TZ=Asia/Seoul \
-v ./ssdoctors:/home/ssdoctors \
-v ./data/workspace:/workspace \
localhost/bigdata_server:latest