mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Merge pull request #1246 from romainx/update_2021-02-28
Regular update 2021-02-28
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS)
|
||||
|
||||
# Dockerfile Linter
|
||||
HADOLINT="${HOME}/hadolint"
|
||||
HADOLINT_VERSION="v1.19.0"
|
||||
HADOLINT_VERSION="v1.22.1"
|
||||
|
||||
# Enable BuildKit for Docker build
|
||||
export DOCKER_BUILDKIT:=1
|
||||
|
@@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
|
||||
RUN conda install --quiet --yes \
|
||||
'notebook=6.2.0' \
|
||||
'jupyterhub=1.3.0' \
|
||||
'jupyterlab=3.0.7' && \
|
||||
'jupyterlab=3.0.9' && \
|
||||
conda clean --all -f -y && \
|
||||
npm cache clean --force && \
|
||||
jupyter notebook --generate-config && \
|
||||
|
@@ -59,7 +59,7 @@ USER $NB_UID
|
||||
|
||||
# Install pyarrow
|
||||
RUN conda install --quiet --yes --satisfied-skip-solve \
|
||||
'pyarrow=2.0.*' && \
|
||||
'pyarrow=3.0.*' && \
|
||||
conda clean --all -f -y && \
|
||||
fix-permissions "${CONDA_DIR}" && \
|
||||
fix-permissions "/home/${NB_USER}"
|
||||
|
@@ -32,7 +32,7 @@ RUN conda install --quiet --yes \
|
||||
'numexpr=2.7.*' \
|
||||
'pandas=1.2.*' \
|
||||
'patsy=0.5.*' \
|
||||
'protobuf=3.14.*' \
|
||||
'protobuf=3.15.*' \
|
||||
'pytables=3.6.*' \
|
||||
'scikit-image=0.18.*' \
|
||||
'scikit-learn=0.24.*' \
|
||||
|
Reference in New Issue
Block a user