Files
docker-stacks/docs/using/recipe_code/xgboost.dockerfile

7 lines
192 B
Docker

FROM docker.io/jupyter/base-notebook
RUN mamba install --yes 'py-xgboost' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"