Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagger/dagger
/ UvImage
Method
UvImage
sdk/python/runtime/extension.go:40–42 ·
view source on GitHub ↗
Image reference where uv is fetched from
()
Source
from the content-addressed store, hash-verified
38
39
// Image reference where uv is fetched from
40
func
(m *PythonSdk) UvImage() string {
41
return
m.getImage(UvImageName).String()
42
}
43
44
// Override the base container's image
45
//
Callers
1
invoke
Function · 0.80
Calls
2
getImage
Method · 0.95
String
Method · 0.65
Tested by
no test coverage detected