We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e22ff commit 890ccd4Copy full SHA for 890ccd4
src/sagemaker/serve/builder/transformers_builder.py
@@ -421,6 +421,6 @@ def _create_conda_env(self):
421
"""Creating conda environment by running commands"""
422
423
try:
424
- RequirementsManager().capture_and_install_dependencies(self)
+ RequirementsManager().capture_and_install_dependencies
425
except subprocess.CalledProcessError:
426
print("Failed to create and activate conda environment.")
0 commit comments