<?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 Re: Serving Endpoint Container Image Creation Fails in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/85646#M3616</link>
    <description>&lt;P&gt;Right now, I am pretty sure issue is with the automatic determination of the required packages in MLFlow. It thinks it needs "python-snappy" for some reason, but that is not the case. I edited the requirements files, but I guess when you register the model you also register the requirements so it is too late. So anyhow, I deployed the model on another platform that let me specify the packages by hand. I don't think databricks provide the same level of control, is that right &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2024 07:20:29 GMT</pubDate>
    <dc:creator>ukaplan</dc:creator>
    <dc:date>2024-08-28T07:20:29Z</dc:date>
    <item>
      <title>Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83458#M3588</link>
      <description>&lt;P&gt;Hello, I trained a model using MLFlow, and saved the model as an artifact. I can load the model from a notebook and it works as expected (i.e. I can load the model using its URI).&lt;/P&gt;&lt;P&gt;However, when I want to deploy it using Databricks endpoints, container image creation fails with the following build log:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#21 0.218 channels:&lt;BR /&gt;#21 0.218 - conda-forge&lt;BR /&gt;#21 0.218 dependencies:&lt;BR /&gt;#21 0.218 - python=3.11.0&lt;BR /&gt;#21 0.218 - pip&amp;lt;=23.2.1&lt;BR /&gt;#21 0.218 - pip:&lt;BR /&gt;#21 0.218 - mlflow==2.11.3&lt;BR /&gt;#21 0.218 - accelerate==0.30.1&lt;BR /&gt;#21 0.218 - astunparse==1.6.3&lt;BR /&gt;#21 0.218 - bcrypt==3.2.0&lt;BR /&gt;#21 0.218 - boto3==1.34.39&lt;BR /&gt;#21 0.218 - configparser==5.2.0&lt;BR /&gt;#21 0.218 - defusedxml==0.7.1&lt;BR /&gt;#21 0.218 - dill==0.3.6&lt;BR /&gt;#21 0.218 - google-cloud-storage==2.10.0&lt;BR /&gt;#21 0.218 - ipython==8.15.0&lt;BR /&gt;#21 0.218 - lz4==4.3.2&lt;BR /&gt;#21 0.218 - optree==0.11.0&lt;BR /&gt;#21 0.218 - pydantic==1.10.6&lt;BR /&gt;#21 0.218 - pynvml==11.5.0&lt;BR /&gt;#21 0.218 - pyopenssl==23.2.0&lt;BR /&gt;#21 0.218 - python-snappy==0.6.1&lt;BR /&gt;#21 0.218 - sentence-transformers==2.7.0&lt;BR /&gt;#21 0.218 - sentencepiece==0.1.99&lt;BR /&gt;#21 0.218 - torch==2.3.0&lt;BR /&gt;#21 0.218 - transformers==4.40.2&lt;BR /&gt;#21 0.218 name: mlflow-env&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;And after a series of successful installations:&lt;/P&gt;&lt;P&gt;#21 161.6 Building wheels for collected packages: python-snappy&lt;BR /&gt;#21 161.6 Building wheel for python-snappy (setup.py): started&lt;BR /&gt;#21 161.6 Building wheel for python-snappy (setup.py): finished with status 'error'&lt;BR /&gt;#21 161.6 Running setup.py clean for python-snappy&lt;BR /&gt;#21 161.6 Failed to build python-snappy&lt;BR /&gt;#21 161.6 Pip subprocess error:&lt;BR /&gt;#21 161.6 error: subprocess-exited-with-error&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 161.6 × python setup.py bdist_wheel did not run successfully.&lt;BR /&gt;#21 161.6 │ exit code: 1&lt;BR /&gt;#21 161.6 ╰─&amp;gt; [27 lines of output]&lt;BR /&gt;#21 161.6 /opt/conda/envs/mlflow-env/lib/python3.11/site-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'cffi_modules'&lt;BR /&gt;#21 161.6 warnings.warn(msg)&lt;BR /&gt;#21 161.6 running bdist_wheel&lt;BR /&gt;#21 161.6 running build&lt;BR /&gt;#21 161.6 running build_py&lt;BR /&gt;#21 161.6 creating build&lt;BR /&gt;#21 161.6 creating build/lib.linux-x86_64-cpython-311&lt;BR /&gt;#21 161.6 creating build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/__init__.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/snappy_cffi_builder.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/__main__.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/snappy.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/hadoop_snappy.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/snappy_cffi.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 copying src/snappy/snappy_formats.py -&amp;gt; build/lib.linux-x86_64-cpython-311/snappy&lt;BR /&gt;#21 161.6 running build_ext&lt;BR /&gt;#21 161.6 building 'snappy._snappy' extension&lt;BR /&gt;#21 161.6 creating build/temp.linux-x86_64-cpython-311&lt;BR /&gt;#21 161.6 creating build/temp.linux-x86_64-cpython-311/src&lt;BR /&gt;#21 161.6 creating build/temp.linux-x86_64-cpython-311/src/snappy&lt;BR /&gt;#21 161.6 gcc -pthread -B /opt/conda/envs/mlflow-env/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/mlflow-env/include -fPIC -O2 -isystem /opt/conda/envs/mlflow-env/include -fPIC -I/opt/conda/envs/mlflow-env/include/python3.11 -c src/snappy/crc32c.c -o build/temp.linux-x86_64-cpython-311/src/snappy/crc32c.o&lt;BR /&gt;#21 161.6 gcc -pthread -B /opt/conda/envs/mlflow-env/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/mlflow-env/include -fPIC -O2 -isystem /opt/conda/envs/mlflow-env/include -fPIC -I/opt/conda/envs/mlflow-env/include/python3.11 -c src/snappy/snappymodule.cc -o build/temp.linux-x86_64-cpython-311/src/snappy/snappymodule.o&lt;BR /&gt;#21 161.6 src/snappy/snappymodule.cc:33:10: fatal error: snappy-c.h: No such file or directory&lt;BR /&gt;#21 161.6 33 | #include &amp;lt;snappy-c.h&amp;gt;&lt;BR /&gt;#21 161.6 | ^~~~~~~~~~~~&lt;BR /&gt;#21 161.6 compilation terminated.&lt;BR /&gt;#21 161.6 error: command '/usr/bin/gcc' failed with exit code 1&lt;BR /&gt;#21 161.6 [end of output]&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 161.6 note: This error originates from a subprocess, and is likely not a problem with pip.&lt;BR /&gt;#21 161.6 ERROR: Failed building wheel for python-snappy&lt;BR /&gt;#21 161.6 ERROR: Could not build wheels for python-snappy, which is required to install pyproject.toml-based projects&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 161.6 failed&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 161.6 CondaEnvException: Pip failed&lt;BR /&gt;#21 161.6&lt;BR /&gt;#21 167.5 Retrying in 10 seconds... (Attempt 2/5)&lt;BR /&gt;#21 177.9&lt;BR /&gt;#21 177.9 CondaValueError: prefix already exists: /opt/conda/envs/mlflow-env&lt;BR /&gt;#21 177.9&lt;BR /&gt;#21 177.9 Retrying in 10 seconds... (Attempt 3/5)&lt;BR /&gt;#21 188.2&lt;BR /&gt;#21 188.2 CondaValueError: prefix already exists: /opt/conda/envs/mlflow-env&lt;BR /&gt;#21 188.2&lt;BR /&gt;#21 188.2 Retrying in 10 seconds... (Attempt 4/5)&lt;BR /&gt;#21 198.6&lt;BR /&gt;#21 198.6 CondaValueError: prefix already exists: /opt/conda/envs/mlflow-env&lt;BR /&gt;#21 198.6&lt;BR /&gt;#21 198.6 Retrying in 10 seconds... (Attempt 5/5)&lt;BR /&gt;#21 208.9&lt;BR /&gt;#21 208.9 CondaValueError: prefix already exists: /opt/conda/envs/mlflow-env&lt;BR /&gt;#21 208.9&lt;BR /&gt;#21 209.0 Failed to create conda environment after 5 attempts.&lt;BR /&gt;#21 ERROR: process "/bin/sh -c echo $BUILD_LOG_START_DELIMITER &amp;amp;&amp;amp; cat model/conda.yaml &amp;amp;&amp;amp; bash conda-env-create.sh --max-retries 5 &amp;amp;&amp;amp; echo $BUILD_LOG_CONDA_END_DELIMITER &amp;amp;&amp;amp; echo $BUILD_LOG_END_DELIMITER &amp;amp;&amp;amp; conda clean -afy" did not complete successfully: exit code: 1&lt;BR /&gt;------&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 14:20:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83458#M3588</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-19T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83622#M3591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;, Could you please share your workspace I'D with me in the form of a private message and not publically?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:54:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83622#M3591</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-20T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83624#M3592</link>
      <description>&lt;P&gt;Helloe &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;, I could not find the option to send a private message. Can you send me a message so I can reply there?&lt;BR /&gt;&lt;BR /&gt;Edit: I have found it, sending a message now&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 15:18:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83624#M3592</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-20T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83625#M3593</link>
      <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Unfortunately first time I tried to send the message, platform complained about having HTML in the message body, even though there was not, and then when I refreshed the page and tried sending a message, I was told my private message limit was reached. Can you send me a message so I can reply?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 15:23:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83625#M3593</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-20T15:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83627#M3594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;, Please send it to community@databricks.com.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 15:41:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83627#M3594</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-20T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83637#M3595</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;, I received the response and I have a follow-up question. Which cloud and DBR are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 16:05:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83637#M3595</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-20T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83725#M3596</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;, I use AWS and DBR 15.3&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 08:10:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83725#M3596</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-21T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83733#M3597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;,&amp;nbsp;Thanks for the info! I’ll look into this and get back to you shortly.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 08:48:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83733#M3597</guid>
      <dc:creator>Retired_mod</dc:creator>
      <dc:date>2024-08-21T08:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83914#M3599</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt; , thank you. Do you have an estimated timeline for troubleshooting?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:08:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/83914#M3599</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-22T11:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/85293#M3611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;,&amp;nbsp;same problem on Azure&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 05:59:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/85293#M3611</guid>
      <dc:creator>eystein</dc:creator>
      <dc:date>2024-08-28T05:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/85646#M3616</link>
      <description>&lt;P&gt;Right now, I am pretty sure issue is with the automatic determination of the required packages in MLFlow. It thinks it needs "python-snappy" for some reason, but that is not the case. I edited the requirements files, but I guess when you register the model you also register the requirements so it is too late. So anyhow, I deployed the model on another platform that let me specify the packages by hand. I don't think databricks provide the same level of control, is that right &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 07:20:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/85646#M3616</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-28T07:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/86357#M3626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;&amp;nbsp;could you please tell me how to resolve this error . For me also same issue .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 12:38:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/86357#M3626</guid>
      <dc:creator>raju_11</dc:creator>
      <dc:date>2024-08-29T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/86367#M3627</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118087"&gt;@raju_11&lt;/a&gt; , depends on how you want to proceed. I do not know how to deploy it in Databricks. But if you are open to using another provider, this is how I did it: I use a serverless GPU provider, and actually connect to my MLFlow server on databricks to pull the registered model. Then, because this different provider will also ask you to prepare your requirements file, you can just copy-paste the registered requirements.txt on your mlflow server except the python-snappy module. This should fix the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 13:13:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/86367#M3627</guid>
      <dc:creator>ukaplan</dc:creator>
      <dc:date>2024-08-29T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/88055#M3635</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;ERROR ::&lt;BR /&gt;Unsupported access mechanism for MLflow artifacts&lt;/DIV&gt;&lt;DIV class=""&gt;Artifacts stored in 'dbfs:/databricks/mlflow-tracking' can only be accessed using version 1.9.1 or later of the MLflow client&lt;BR /&gt;&lt;BR /&gt;I want to delete the existing artifacts in the&lt;BR /&gt;&amp;nbsp;dbfs:/databricks/mlflow-tracking/...../artifacts/model&lt;BR /&gt;&amp;nbsp;path. But not able to intereact with these artifacts.&amp;nbsp; Not able to access, editable&amp;nbsp; and cant delete. Could please tell me how to achieve these problems.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Sep 2024 13:43:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/88055#M3635</guid>
      <dc:creator>raju_11</dc:creator>
      <dc:date>2024-09-03T13:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/92675#M3714</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/116587"&gt;@ukaplan&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/118087"&gt;@raju_11&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117827"&gt;@eystein&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&amp;nbsp;Downgrade your ML cluster from DBR 15.X LTS ML to DBR 14.3 LTS ML. Then, register the model again.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My scenario:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I was registering a Hugging Face T5 model using a DBR 15.4 LTS version and ran into the same errors:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;src/snappy/snappymodule.cc:33:10: fatal error: snappy-c.h: No such file or directory&lt;/LI&gt;
&lt;LI&gt;error: command '/usr/bin/g++' failed with exit code 1&lt;/LI&gt;
&lt;LI&gt;ERROR: Failed building wheel for python-snappy&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I retried the model registration using a DBR 14.3 LTS ML cluster and then served the model, and it worked.&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 16:55:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/92675#M3714</guid>
      <dc:creator>ivan_calvo</dc:creator>
      <dc:date>2024-10-03T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Serving Endpoint Container Image Creation Fails</title>
      <link>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/98422#M3778</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/65744"&gt;@ivan_calvo&lt;/a&gt;&amp;nbsp;The problem still exists. Surely there has to be some other option than downgrading the ML cluster &lt;SPAN&gt;to DBR 14.3 LTS ML&lt;/SPAN&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 09:52:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/serving-endpoint-container-image-creation-fails/m-p/98422#M3778</guid>
      <dc:creator>damselfly20</dc:creator>
      <dc:date>2024-11-12T09:52:16Z</dc:date>
    </item>
  </channel>
</rss>

