3 lines
132 B
Bash
Executable File
3 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
podman run --rm --network host --gpus all --name fyp-server -it -v $(pwd):/app -e "TERM=xterm-256color" fyp-server bash
|