Skip to content

Zenith: How to use private dependencies with the Python SDK #6318

Answered by skycaptain
skycaptain asked this question in Q&A
Discussion options

You must be logged in to vote

Answering my own question: It seems that the sdk defined in dagger.json is also just a module (great design choice). Hence, it is possible to fully customize the runtime container, where my-private-library is installed in, e.g.:

{
  "name": "potato",
  "sdk": "../sdk/python/my-custom-runtime",
  "root": "../"
}

This way I can use a pre-built image that has all batteries included.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@helderco
Comment options

@helderco
Comment options

@skycaptain
Comment options

@skycaptain
Comment options

Answer selected by skycaptain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants