From acad63dec190317eb4e212cb914a9c966fad516b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 28 Jul 2023 17:19:32 +0400 Subject: [PATCH] Delete redundant lines from xgboost recipe --- docs/using/recipes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index 48963f85..426198f6 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -171,8 +171,6 @@ RUN mamba install --yes 'py-xgboost' && \ mamba clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}" - -# run "import xgboost" in python ``` ## Running behind an nginx proxy