Delete redundant lines from xgboost recipe

This commit is contained in:
Ayaz Salikhov
2023-07-28 17:19:32 +04:00
parent 4cc92ff415
commit acad63dec1

View File

@@ -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