procedure

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

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")
)
View Source
var SystemPackages = map[string]bool{
	"curl":        true,
	"ffmpeg":      true,
	"imagemagick": true,
}

Functions

func Validate

func Validate(projectDir string, client *http.Client, cfg *config.Config, fill bool) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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