Skip to content

Commit 890ccd4

Browse files
author
Bryannah Hernandez
committed
non object
1 parent 31e22ff commit 890ccd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/builder/transformers_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,6 @@ def _create_conda_env(self):
421421
"""Creating conda environment by running commands"""
422422

423423
try:
424-
RequirementsManager().capture_and_install_dependencies(self)
424+
RequirementsManager().capture_and_install_dependencies
425425
except subprocess.CalledProcessError:
426426
print("Failed to create and activate conda environment.")

0 commit comments

Comments
 (0)