MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / adapt

Method adapt

pkg/python/python.go:602–602  ·  view source on GitHub ↗
(cmd []string, scriptCmd []string)

Source from the content-addressed store, hash-verified

600 "--no-compile", // Prevent default timestamp-based bytecode compilation. Deterministic pycs are generated in a second step below.
601 "--disable-pip-version-check", // If we were going to upgrade pip, we would have done it already in the runtime buildpack.
602 }
603}
604
605// EntrypointAdapterCapability is the capability key for the EntrypointAdapter.

Callers 1

AdaptEntrypointFunction · 0.65

Implementers 1

MakerEntrypointAdapterpkg/python/python.go

Calls

no outgoing calls

Tested by

no test coverage detected