update samples from Release-154 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2022-08-10 18:10:45 +00:00
parent 7fb5dd3ef9
commit dcb2c4638f

View File

@@ -269,7 +269,6 @@
"printenv && \\\n",
"echo \"which nvcc: \" && \\\n",
"which nvcc && \\\n",
"pip install numpy==1.20.3 && \\\n",
"pip install azureml-defaults && \\\n",
"pip install azureml-telemetry && \\\n",
"pip install azureml-interpret && \\\n",
@@ -281,7 +280,9 @@
"mkdir build && \\\n",
"python setup.py install --user && \\\n",
"pip uninstall -y xgboost && \\\n",
"conda install py-xgboost==1.3.3 \\\n",
"conda install py-xgboost==1.3.3 && \\\n",
"pip uninstall -y numpy && \\\n",
"conda install numpy==1.20.3 \\\n",
"\"\"\"\n",
"\n",
"env.python.user_managed_dependencies = True\n",