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