fyp/run.sh

3 lines
185 B
Bash
Raw Permalink Normal View History

2024-05-06 18:17:15 +01:00
#!/bin/bash
2024-05-15 05:32:49 +01:00
podman run --network host --gpus all --replace --name fyp-server --ulimit=nofile=100000:100000 -it -v $(pwd):/app -e "TERM=xterm-256color" --restart=always andre-fyp-server