We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebdd20 commit 8fc45f7Copy full SHA for 8fc45f7
1 file changed
pkg/config/config.go
@@ -56,7 +56,6 @@ type Build struct {
56
CuDNN string `json:"cudnn,omitempty" yaml:"cudnn"`
57
Fast bool `json:"fast,omitempty" yaml:"fast"`
58
PythonOverrides string `json:"python_overrides,omitempty" yaml:"python_overrides"`
59
- Environment []string `json:"environment,omitempty" yaml:"environment"`
60
61
pythonRequirementsContent []string
62
}
0 commit comments