Documentation
¶
Index ¶
Constants ¶
View Source
const EtagHeader = "etag"
View Source
const PythonVersion = "3.13"
Variables ¶
View Source
var ( ErrorBadStatus = errors.New("Bad status from pipelines-runtime requirements.txt endpoint") ErrorPythonPackage = errors.New("Python package not available in pipelines runtime") ErrorPythonPackages = errors.New("Python packages is not supported in pipelines runtime") ErrorETagHeaderNotFound = errors.New("ETag header was not found on pipelines runtime requirements.txt") ErrorPythonVersion = errors.New("Python version does not match the required python version: " + PythonVersion) ErrorSystemPackage = errors.New("System package not available in pipelines runtime") ErrorRunCommand = errors.New("Run commands are not supported in pipelines runtime") ErrorGPU = errors.New("GPU is not supported in pipelines runtime") ErrorCUDA = errors.New("CUDA is not supported in pipelines runtime") ErrorConcurrency = errors.New("Concurrencies above 1 are not supported in pipelines runtime") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.