#!/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