4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/fish
|
|
podman run --rm --network host --gpus all -ti -v (pwd):/app -e "TERM=xterm-256color" fyp-server bash
|
|
|