From 9d275b0cfc0f0d2a8d5f7bac533bf45c9a786932 Mon Sep 17 00:00:00 2001 From: Ankur-singh Date: Mon, 16 Oct 2023 09:03:18 -0700 Subject: [PATCH] added setvars --- .../IntelPython_XGBoost_GettingStarted/sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json index 8ad69005ad..73191ff4ae 100755 --- a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json +++ b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/sample.json @@ -12,7 +12,8 @@ "linux": [ { "env": [ - "source activate base", + "source /opt/intel/oneapi/setvars.sh --force", + "conda activate base", "pip install -r requirements.txt" ], "id": "IDP_XGBoost_GS_py",