Browse Source

Merge branch 'benchmark' of https://git.openi.org.cn/OpenI/aiforge into benchmark

pull/1405/head
zouap 3 years ago
parent
commit
8d44d755c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/cloudbrain.go

+ 1
- 1
modules/cloudbrain/cloudbrain.go View File

@@ -17,7 +17,7 @@ const (
Command = `pip3 install jupyterlab==2.2.5 -i https://pypi.tuna.tsinghua.edu.cn/simple; Command = `pip3 install jupyterlab==2.2.5 -i https://pypi.tuna.tsinghua.edu.cn/simple;
service ssh stop; 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"` 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" CodeMountPath = "/code"
DataSetMountPath = "/dataset" DataSetMountPath = "/dataset"
ModelMountPath = "/model" ModelMountPath = "/model"


Loading…
Cancel
Save