1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
This commit is contained in:
2020-05-02 21:39:14 +08:00
parent 035dd0df5f
commit 057edbbac1
3 changed files with 17 additions and 0 deletions

13
sbin/run_optimizer.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
docker run \
--gpus all \
--name yao-optimizer \
--hostname yao-optimizer \
--network yao-net \
--network-alias yao-optimizer \
-d \
--restart always \
--detach=true \
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
quickdeploy/yao-optimizer:dev