Browse Source

update dubhe-server/dubhe-notebook/src/main/java/org/dubhe/notebook/utils/NotebookUtil.java.

tags/V3.0
之江天枢 Gitee 2 years ago
parent
commit
ffa384bc74
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dubhe-server/dubhe-notebook/src/main/java/org/dubhe/notebook/utils/NotebookUtil.java

+ 1
- 1
dubhe-server/dubhe-notebook/src/main/java/org/dubhe/notebook/utils/NotebookUtil.java View File

@@ -34,7 +34,7 @@ public class NotebookUtil {
private static final String NOTEBOOK = "notebook";
private static final String NAMESPACE = "namespace";
private static final String RESOURCE_NAME = "resource-name";
private static final String K8S_MOUNT_PATH = "/tf";
private static final String K8S_MOUNT_PATH = "/workspace";
private static final String K8S_FILE_SEPARATOR = "/";
private static final int TRUNCATION_INDEX = 250;
private static final int NOTEBOOK_TIMEOUT_SECOND = 180;


Loading…
Cancel
Save