24 lines
501 B
TypeScript
24 lines
501 B
TypeScript
export const notebook = {
|
|
name: 'test-notebook',
|
|
namespace: 'default',
|
|
image:
|
|
'kubeflownotebookswg/jupyter-scipy:master-1831e436',
|
|
allowCustomImage: true,
|
|
imagePullPolicy: 'IfNotPresent',
|
|
customImage: '',
|
|
customImageCheck: false,
|
|
serverType: 'jupyter',
|
|
cpu: '0.5',
|
|
cpuLimit: '',
|
|
memory: '1Gi',
|
|
memoryLimit: '',
|
|
gpus: { num: 'none' },
|
|
noWorkspace: true,
|
|
workspace: {},
|
|
affinityConfig: '',
|
|
tolerationGroup: '',
|
|
datavols: [],
|
|
shm: true,
|
|
configurations: [],
|
|
};
|