mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 07:22:57 +00:00
Move recipe Dockerfiles to separate files (#1953)
This commit is contained in:
6
docs/using/recipe_code/xgboost.dockerfile
Normal file
6
docs/using/recipe_code/xgboost.dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM jupyter/base-notebook
|
||||
|
||||
RUN mamba install --yes 'py-xgboost' && \
|
||||
mamba clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
Reference in New Issue
Block a user