skynet/run-bot.sh

15 lines
410 B
Bash
Raw Normal View History

mkdir -p outputs
mkdir -p hf_home
2022-12-04 23:39:43 +00:00
docker run \
-it \
--rm \
--gpus=all \
--env HF_TOKEN='' \
2022-12-05 00:31:57 +00:00
--env DB_USER='skynet' \
--env DB_PASS='nnf01nmf091d0i' \
2022-12-04 23:39:43 +00:00
--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 \
2022-12-05 00:31:57 +00:00
skynet:dif python telegram-bot-dev.py