Skip to content

Commit b22492d

Browse files
author
Bryannah Hernandez
committed
fix path
1 parent 9449660 commit b22492d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/serve/builder/requirements_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def _detect_conda_env_and_local_dependencies(self) -> str:
8989
"isolate your project dependencies from conda dependencies"
9090
)
9191

92-
local_dependencies_path = os.path.join(os.getcwd(), "inf_env_snapshot.yml")
92+
local_dependencies_path = os.path.join(os.getcwd(), "conda_in_process.yml")
93+
logger.info(local_dependencies_path)
9394

9495
return local_dependencies_path

0 commit comments

Comments
 (0)