mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-08 02:37:30 +08:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASEDIR="$(dirname $0)"
|
|
|
|
docker build -t windj007/lama:cuda111 -f "$BASEDIR/Dockerfile-cuda111" "$BASEDIR"
|