2022-12-06 12:29:41 +00:00
|
|
|
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' \
|
2022-12-05 22:36:21 +00:00
|
|
|
--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
|