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 9449660 commit b22492dCopy full SHA for b22492d
src/sagemaker/serve/builder/requirements_manager.py
@@ -89,6 +89,7 @@ def _detect_conda_env_and_local_dependencies(self) -> str:
89
"isolate your project dependencies from conda dependencies"
90
)
91
92
- local_dependencies_path = os.path.join(os.getcwd(), "inf_env_snapshot.yml")
+ local_dependencies_path = os.path.join(os.getcwd(), "conda_in_process.yml")
93
+ logger.info(local_dependencies_path)
94
95
return local_dependencies_path
0 commit comments