mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 05:52:57 +00:00
Delete redundant lines from xgboost recipe
This commit is contained in:
@@ -171,8 +171,6 @@ RUN mamba install --yes 'py-xgboost' && \
|
|||||||
mamba clean --all -f -y && \
|
mamba clean --all -f -y && \
|
||||||
fix-permissions "${CONDA_DIR}" && \
|
fix-permissions "${CONDA_DIR}" && \
|
||||||
fix-permissions "/home/${NB_USER}"
|
fix-permissions "/home/${NB_USER}"
|
||||||
|
|
||||||
# run "import xgboost" in python
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running behind an nginx proxy
|
## Running behind an nginx proxy
|
||||||
|
Reference in New Issue
Block a user