constants

package
v0.1.8-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DatasetJobSecretsMountPath is the path to the directory where the
	// dataset job secrets are mounted.
	DatasetJobSecretsMountPath                  string = "/run/dataset/secrets" // #nosec G101
	DatasetJobCondaConfigDir                    string = "/run/dataset/conda"
	DatasetJobCondaCondaEnvironmentYAMLFilename string = "environment.yaml"
	DatasetJobCondaPipRequirementsTxtFilename   string = "requirements.txt"
	DatasetJobCondaCondaEnvironmentYAMLPath     string = DatasetJobCondaConfigDir + "/" + DatasetJobCondaCondaEnvironmentYAMLFilename
	DatasetJobCondaPipRequirementsTxtPath       string = DatasetJobCondaConfigDir + "/" + DatasetJobCondaPipRequirementsTxtFilename

	DatasetJobCondaMountDir = "/opt/baize-runtime-env"

	HamiVGPUTypeAnnotationName = "nvidia.com/use-gputype"
)
View Source
const (
	// The default baize-base env path for the conda env,
	// used for tensorboard, etc.
	//
	// Currently analysis component is using this path.
	CondaEnvBaizeBase    string = "/opt/conda/envs/baize-base"
	CondaEnvBaizeBaseBin string = CondaEnvBaizeBase + "/bin"

	DatasetNameLabel = "baize.io/dataset-name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL