<?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 Install python package from private repo [CodeArtifact] in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55457#M2012</link>
    <description>&lt;P&gt;As part of my MLOps stack, I have developed a few packages which are the published to a private AWS CodeArtifact repo. How can I connect the AWS CodeArtifact repo to databricks? I want to be able to add these packages to the requirements.txt of a model logged in the model registry. Is it possible?&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 18 Dec 2023 19:38:24 GMT</pubDate>
    <dc:creator>pablobd</dc:creator>
    <dc:date>2023-12-18T19:38:24Z</dc:date>
    <item>
      <title>Install python package from private repo [CodeArtifact]</title>
      <link>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55457#M2012</link>
      <description>&lt;P&gt;As part of my MLOps stack, I have developed a few packages which are the published to a private AWS CodeArtifact repo. How can I connect the AWS CodeArtifact repo to databricks? I want to be able to add these packages to the requirements.txt of a model logged in the model registry. Is it possible?&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 19:38:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55457#M2012</guid>
      <dc:creator>pablobd</dc:creator>
      <dc:date>2023-12-18T19:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Install python package from private repo [CodeArtifact]</title>
      <link>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55460#M2013</link>
      <description>&lt;P&gt;One way to do it is to run this line before installing the dependencies:&lt;BR /&gt;pip config set site.index-url &lt;A href="https://aws:$CODEARTIFACT_AUTH_TOKEN@my_domain-111122223333.d.codeartifact.region.amazonaws.com/pypi/my_repo/simple/" target="_blank"&gt;https://aws:$CODEARTIFACT_AUTH_TOKEN@my_domain-111122223333.d.codeartifact.region.amazonaws.com/pypi/my_repo/simple/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But can we add this in MLFlow?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 19:59:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55460#M2013</guid>
      <dc:creator>pablobd</dc:creator>
      <dc:date>2023-12-18T19:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Install python package from private repo [CodeArtifact]</title>
      <link>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55510#M2020</link>
      <description>&lt;P&gt;Got it! Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;.&amp;nbsp; That's actually the same I do to configure the repo in my local computer. However, I need to do this in&amp;nbsp;the Model Registry so that when deploying a model in the UC to model serving, it installs the requirements from my private repo. How can I run this pip config command during the deployment so that pip knows where to install the packages from?&lt;BR /&gt;&lt;BR /&gt;Thanks again in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:29:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/install-python-package-from-private-repo-codeartifact/m-p/55510#M2020</guid>
      <dc:creator>pablobd</dc:creator>
      <dc:date>2023-12-19T15:29:50Z</dc:date>
    </item>
  </channel>
</rss>

