Skip to content

Artifact location in project.json #399

Discussion options

You must be logged in to vote

hi @BramLangelaar1,

artifact_location means a slightly different thing in this context. dbx uses MLflow as an artifact location by default to store assets for dbx deploy, launch and execute.

If you would like to store your package in Azure Artifacts and use it in your jobs, a slightly different approach is required:

  1. Deploy your package to Azure Artifacts using Azure DevOps or twine
  2. Specify your extra index url in /etc/pip.conf during cluster start (using an init script) as described here.
  3. In your job deployment configuration file specify this library in the cluster dependencies section
  4. Deploy the job with the following parameters:
dbx deploy --no-rebuild --no-package

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by renardeinside
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