|
|
|
@@ -197,6 +197,9 @@ func GenerateNotebookJob(ctx *context.Context, req *GenerateNotebookJobReq) (job |
|
|
|
ReadOnly: false, |
|
|
|
ContainerPath: cloudbrain.CodeMountPath, |
|
|
|
} |
|
|
|
if ProcessorTypeGCU == req.ProcessType { |
|
|
|
imageUrl = "" |
|
|
|
} |
|
|
|
req.Command = fmt.Sprintf(CommandGpuDebug, cpCommand, setting.CullIdleTimeout, setting.CullIdleTimeout, setting.CullInterval, setting.CullIdleTimeout, setting.CullInterval) |
|
|
|
log.Info("debug command:" + req.Command) |
|
|
|
|
|
|
|
|