mirror of https://github.com/skygpu/skynet.git
12 lines
375 B
Bash
Executable File
12 lines
375 B
Bash
Executable File
docker run \
|
|
-it \
|
|
--rm \
|
|
--gpus=all \
|
|
--env HF_TOKEN='' \
|
|
--env DB_USER='skynet' \
|
|
--env DB_PASS='nnf01nmf091d0i' \
|
|
--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
|