Skip to content

Commit

Permalink
chore: ⬆️ update subproject commit for docker-stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Oct 16, 2024
1 parent ef2fca7 commit 29d43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/docker-stacks
Submodule docker-stacks updated 46 files
+3 −1 .github/workflows/contributed-recipes.yml
+2 −2 .github/workflows/docker-build-test-upload.yml
+9 −8 .pre-commit-config.yaml
+3 −0 .readthedocs.yaml
+9 −0 CHANGELOG.md
+2 −2 Makefile
+10 −8 README.md
+3 −3 binder/Dockerfile
+1 −0 docs/contributing/features.md
+1 −1 docs/contributing/lint.md
+1 −1 docs/contributing/stacks.md
+12 −10 docs/images/inherit.svg
+1 −0 docs/index.rst
+3 −3 docs/using/common.md
+88 −0 docs/using/custom-images.md
+2 −2 docs/using/faq.md
+44 −0 docs/using/recipe_code/docker-bake.python312.hcl
+6 −1 docs/using/recipe_code/generate_matrix.py
+23 −0 docs/using/recipe_code/ijavascript.dockerfile
+2 −2 docs/using/recipe_code/microsoft_odbc.dockerfile
+3 −3 docs/using/recipe_code/oracledb.dockerfile
+15 −20 docs/using/recipes.md
+8 −8 docs/using/running.md
+13 −11 docs/using/selecting.md
+2 −2 docs/using/troubleshooting.md
+1 −1 examples/docker-compose/README.md
+3 −3 images/all-spark-notebook/Dockerfile
+6 −6 images/base-notebook/Dockerfile
+2 −2 images/datascience-notebook/Dockerfile
+22 −10 images/docker-stacks-foundation/Dockerfile
+9 −5 images/docker-stacks-foundation/start.sh
+2 −2 images/julia-notebook/Dockerfile
+2 −2 images/minimal-notebook/Dockerfile
+2 −2 images/pyspark-notebook/Dockerfile
+4 −4 images/pytorch-notebook/Dockerfile
+8 −8 images/pytorch-notebook/cuda11/Dockerfile
+8 −8 images/pytorch-notebook/cuda12/Dockerfile
+2 −2 images/r-notebook/Dockerfile
+4 −4 images/scipy-notebook/Dockerfile
+7 −3 images/tensorflow-notebook/Dockerfile
+10 −0 images/tensorflow-notebook/cuda/20tensorboard-proxy-env.sh
+9 −5 images/tensorflow-notebook/cuda/Dockerfile
+1 −0 requirements-dev.txt
+1 −0 tests/docker-stacks-foundation/test_packages.py
+39 −0 tests/docker-stacks-foundation/test_user_options.py
+9 −9 tests/package_helper.py

0 comments on commit 29d43f8

Please sign in to comment.