From 1b0ad6e27c3d9d65a13584b33a69fc50ecdfa1b0 Mon Sep 17 00:00:00 2001 From: lewis <747342561@qq.com> Date: Fri, 14 Jan 2022 18:04:55 +0800 Subject: [PATCH] mod command --- modules/cloudbrain/cloudbrain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudbrain/cloudbrain.go b/modules/cloudbrain/cloudbrain.go index 5bdebad25..4898cf56c 100755 --- a/modules/cloudbrain/cloudbrain.go +++ b/modules/cloudbrain/cloudbrain.go @@ -17,7 +17,7 @@ const ( Command = `pip3 install jupyterlab==2.2.5 -i https://pypi.tuna.tsinghua.edu.cn/simple; service ssh stop; jupyter lab --no-browser --ip=0.0.0.0 --allow-root --notebook-dir="/code" --port=80 --LabApp.token="" --LabApp.allow_origin="self https://cloudbrain.pcl.ac.cn"` - CommandBenchmark = `echo "begin";python /code/test.py` + CommandBenchmark = `echo "start benchmark";python /code/test.py;echo "end benchmark"` CodeMountPath = "/code" DataSetMountPath = "/dataset" ModelMountPath = "/model"