mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 03:23:00 +00:00
Merge branch 'master' into asalikhov/automatic_conda_versioning
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
[](https://jupyter-docker-stacks.readthedocs.io/en/latest/ "Documentation build status")
|
||||
[](https://results.pre-commit.ci/latest/github/jupyter/docker-stacks/master "pre-commit.ci build status")
|
||||
[](https://discourse.jupyter.org/ "Jupyter Discourse Forum")
|
||||
[](https://microbadger.com/images/jupyter/base-notebook "Recent tag/version of jupyter/base-notebook")
|
||||
[](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb "Launch a jupyter/base-notebook container on mybinder.org")
|
||||
|
||||
Jupyter Docker Stacks are a set of ready-to-run [Docker images](https://hub.docker.com/u/jupyter)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/all-spark-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/all-spark-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/all-spark-notebook "jupyter/all-spark-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/all-spark-notebook/ "jupyter/all-spark-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -24,9 +24,9 @@ USER root
|
||||
# (ARGS are in lower case to distinguish them from ENV)
|
||||
# Check https://github.com/conda-forge/miniforge/releases
|
||||
# Conda version
|
||||
ARG conda_version="4.10.1"
|
||||
ARG conda_version="4.10.2"
|
||||
# Miniforge installer patch version
|
||||
ARG miniforge_patch_number="5"
|
||||
ARG miniforge_patch_number="0"
|
||||
# Miniforge installer architecture
|
||||
ARG miniforge_arch="x86_64"
|
||||
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
|
||||
@@ -39,7 +39,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
|
||||
# Miniforge installer
|
||||
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
|
||||
# Miniforge checksum
|
||||
ARG miniforge_checksum="069e151cae85ed4747721e938e7974aa00889a1ae87cff33ddbdde9530fc4c6d"
|
||||
ARG miniforge_checksum="1e89ee86afa06e23b2478579be16a33fff6cff346314f6a6382fd20b1f83e669"
|
||||
|
||||
# Install all OS dependencies for notebook server that starts but lacks all
|
||||
# features (e.g., download as all possible file formats)
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/base-notebook "jupyter/base-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/base-notebook/ "jupyter/base-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/datascience-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/datascience-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/datascience-notebook "jupyter/datascience-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/datascience-notebook/ "jupyter/datascience-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/minimal-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/minimal-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/minimal-notebook "jupyter/minimal-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/minimal-notebook/ "jupyter/minimal-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/pyspark-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/pyspark-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/pyspark-notebook "jupyter/pyspark-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/pyspark-notebook/ "jupyter/pyspark-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/r-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/r-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/r-notebook "jupyter/r-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/r-notebook/ "jupyter/r-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/scipy-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/scipy-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/scipy-notebook "jupyter/scipy-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/scipy-notebook/ "jupyter/scipy-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/jupyter/tensorflow-notebook/)
|
||||
[](https://hub.docker.com/r/jupyter/tensorflow-notebook/)
|
||||
[](https://microbadger.com/images/jupyter/tensorflow-notebook "jupyter/tensorflow-notebook image metadata")
|
||||
[](https://hub.docker.com/r/jupyter/tensorflow-notebook/ "jupyter/tensorflow-notebook image size")
|
||||
|
||||
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image
|
||||
to Docker Hub.
|
||||
|
Reference in New Issue
Block a user