skynet/run-bot.sh

12 lines
369 B
Bash
Executable File

docker run \
-it \
--rm \
--gpus=all \
--env HF_TOKEN='' \
--env DB_USER='skynet' \
--env DB_PASS='password' \
--mount type=bind,source="$(pwd)"/outputs,target=/outputs \
--mount type=bind,source="$(pwd)"/hf_home,target=/hf_home \
--mount type=bind,source="$(pwd)"/scripts,target=/scripts \
skynet:dif python telegram-bot-dev.py