<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Use wheels from volumes in serverless in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136816#M4314</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone! I’m working with a job running on Databricks serverless, and I’d like to know how we can load a wheel file that we have stored in a volume, and then use that wheel as a package within the job itself. Any guidance or examples would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2025 18:47:12 GMT</pubDate>
    <dc:creator>pablogarcia</dc:creator>
    <dc:date>2025-10-30T18:47:12Z</dc:date>
    <item>
      <title>Use wheels from volumes in serverless</title>
      <link>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136816#M4314</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone! I’m working with a job running on Databricks serverless, and I’d like to know how we can load a wheel file that we have stored in a volume, and then use that wheel as a package within the job itself. Any guidance or examples would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 18:47:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136816#M4314</guid>
      <dc:creator>pablogarcia</dc:creator>
      <dc:date>2025-10-30T18:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use wheels from volumes in serverless</title>
      <link>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136889#M4317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/157073"&gt;@pablogarcia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You need configure serverless environement to achive that. Refere to below documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/dependencies#configure-environment-for-non-notebook-job-tasks" target="_blank"&gt;Configure the serverless environment | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Specifically to those sections:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/dependencies#-add-dependencies-to-the-notebook" target="_blank"&gt;Configure the serverless environment | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/serverless/dependencies#configure-environment-for-non-notebook-job-tasks" target="_blank"&gt;Configure the serverless environment | Databricks on AWS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 07:57:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136889#M4317</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-31T07:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use wheels from volumes in serverless</title>
      <link>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136898#M4318</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot for the documentation, but we dont configure any job manually in DBX UI everything happens programmatically &amp;nbsp;using yaml and deploy with DBX Bundle. For serverless I'm using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; environments:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - environment_key: serverless_default&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spec:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; environment_version: "4"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dependencies:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - pip:&lt;/SPAN&gt;&lt;BR /&gt;&lt;I&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "extra-index-url=&lt;A href="https://almengineering:$%7Bvar.azure_pat%7D@pkgs.dev.azure.com/almengineering/_packaging/MLEngineering/pypi/simple/" target="_blank"&gt;https://almengineering:${var.azure_pat}@pkgs.dev.azure.com/almengineering/_packaging/MLEngineering/pypi/simple/&lt;/A&gt;"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #&amp;nbsp;&lt;/I&gt;&lt;SPAN&gt;- "databricks-mlops-stack==0.2.64"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - databricks-feature-engineering==0.12.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "locust&amp;gt;=2,&amp;lt;3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - "geventhttpclient&amp;gt;=2,&amp;lt;3"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - whl: "/Volumes/catalog/sanity_build/wheels_volume/databricks_mlops_stack-0.2.63-py3-none-any.whl"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've tried multiple possible conviction, and with non of them I manage to get the dependency in the serverless. I even create a script to check the dependencies in the serverless when it runs and the dependency is not there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 08:49:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136898#M4318</guid>
      <dc:creator>pablogarcia</dc:creator>
      <dc:date>2025-10-31T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use wheels from volumes in serverless</title>
      <link>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136907#M4319</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should work with DAB as well. Look at below thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/python-wheel-in-serverless-job-in-dab/td-p/135005" target="_blank"&gt;Solved: Python Wheel in Serverless Job in DAB - Databricks Community - 135005&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you try remove "whl:" from your path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1761902564463.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21211iD5FC61B16D7F7E34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1761902564463.png" alt="szymon_dybczak_0-1761902564463.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 09:23:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/use-wheels-from-volumes-in-serverless/m-p/136907#M4319</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-31T09:23:15Z</dc:date>
    </item>
  </channel>
</rss>

