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