You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

blockchain.go 493 B

123456789101112
  1. package blockchain
  2. const (
  3. 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"`
  4. CodeMountPath = "/code"
  5. DataSetMountPath = "/dataset"
  6. ModelMountPath = "/model"
  7. BenchMarkMountPath = "/benchmark"
  8. TaskInfoName = "/taskInfo"
  9. SubTaskName = "task1"
  10. )