Files
docker-stacks/docs/using/recipe_code/xgboost.dockerfile
2023-07-28 18:23:39 +04:00

7 lines
182 B
Docker

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