szymon_dybczak
Esteemed Contributor III

Hi @georgemichael40 ,

Put your whl file in the volume and then you can reference it in following way in your DAB file:

dependencies:
  - " /Volumes/workspace/default/my_volume/hellopkg-0.0.1-py3-none-any.whl"

https://docs.databricks.com/aws/en/compute/serverless/dependencies#-add-dependencies-to-the-notebook

View solution in original post