3 lines
185 B
Bash
Executable File
3 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
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
|