SP_6721
Honored Contributor II

Hi @weakliemg ,

When deploying with Databricks Asset Bundles (DAB) from your CI/CD server, it tries to upload any local dependencies referenced in the bundle config, even if they’re already installed, because it treats them as local files. That’s likely why it’s trying to upload the large PyTorch wheel and failing.
To avoid this:

  • Upload the dependency to a workspace or Unity Catalog location and reference that path
  • Use a PyPI reference in your bundle config instead of a local file