Commit Graph

493 Commits

Author SHA1 Message Date
Ayaz Salikhov
2483ba8128 Use Ububtu 24.04 image for OracleDB Instant Client (#2195)
* Use Ububtu 24.04 image for OracleDB Instant Client

* Package changed the name
2024-12-29 16:33:35 +05:00
Ayaz Salikhov
72aea7469e Update OracleDB Instant Client version (#2194) 2024-12-29 16:24:23 +05:00
Ayaz Salikhov
f58ebf0cb9 Update tag example 2024-12-26 11:44:07 +00:00
Ayaz Salikhov
918997f709 Update tag example 2024-11-19 16:23:06 +00:00
Erik Sundell
caf725210c base-notebook: stop installing nodejs from conda-forge (#2172)
* base-notebook: stop installing nodejs from conda-forge

nodejs was a conda dependency of jupyterhub, but by installing
jupyterhub-base we no longer need it and could opt to remove it.

By doing this, building base-notebook led to a reported size reduction
from 974MB to 828MB, which is a 146MB / 15% size reduction.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Install jupyterhub-singleuser instead of jupyterhub-base

Note that jupyterhub-base is really whats the foundational need for this
image, where jupyterhub-singleuser the conda-forge package is building on
jupyterhub-base by also adding a depdendency on jupyterlab - but the
jupyterhub-singleuser command is provided by jupyterhub-base conda-forge
package.

* Update CHANGELOG.md

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-11-08 15:15:07 +00:00
Ayaz Salikhov
ea849fa18f Update description of jupyter/base-notebook regarding jupyterhub-base and update changelog 2024-11-06 15:12:40 +00:00
Erik Sundell
28a0b25bce Install jupyterhub-base instead of jupyterhub (#2171)
* Install jupyterhub-base instead of jupyterhub

* Update images/base-notebook/Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-11-06 15:04:07 +00:00
Ayaz Salikhov
03e5fe572d Fix docs: we're not installing stable version of spark anymore (#2165) 2024-10-29 10:11:31 +00:00
Ayaz Salikhov
2b40f486b6 Update output example in documents 2024-10-22 12:33:27 +01:00
Ayaz Salikhov
eaf007b08d Include changelog in docs (#2161)
* Include changelog in docs

* Rename file

* Fix redirect link

* Fix

* Rename changelog link file
2024-10-20 15:33:05 +01:00
Ayaz Salikhov
b6b22e1546 Update base image in the manpage installation recipe 2024-10-09 15:58:54 +01:00
Ayaz Salikhov
9fd657a11b Rename container to image in docs (#2156) 2024-10-09 15:57:02 +01:00
Ayaz Salikhov
5365b9f79f Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE (#2155)
* Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE

* Add changelog
2024-10-09 15:02:53 +01:00
Ayaz Salikhov
b3ceb038e5 Describe custom arguments and add links for docker build args and GitHub env variables (#2153) 2024-10-09 09:18:21 +01:00
Ayaz Salikhov
aa90bc8648 Update tag example 2024-10-07 12:00:59 +01:00
Ayaz Salikhov
3c10aa546d Update inheritance diagram to include cuda options 2024-10-03 12:06:45 +01:00
Ayaz Salikhov
ea50ad3ffa Fix broken link 2024-09-30 09:08:22 +02:00
Ayaz Salikhov
3483dfaed1 Simplify docs in custom-images 2024-09-14 23:29:30 +03:00
Simon Li
8f9b1b6a75 docs: Core Stacks: move CUDA docs to later in the page (#2145)
* Move `CUDA enabled variant` to lower down

* CUDA enabled variant: fix grammar
2024-09-14 19:36:31 +03:00
Ayaz Salikhov
1fb08d7114 Create a separate doc page on how to build a custom set of images (#2144)
* Create a separate doc page on how to build custom set of images

* Fix link

* Include new page in toctree

* Minor fix

* Rewrite

* Rewrite

* Apply suggestions from code review

Co-authored-by: Simon Li <orpheus+devel@gmail.com>

* Capitalize Quay.io

* Add info about old images

* Better text

---------

Co-authored-by: Simon Li <orpheus+devel@gmail.com>
2024-09-10 10:46:36 +02:00
Ayaz Salikhov
d7d7480b34 Remove double empty line 2024-09-09 21:20:59 +02:00
Ayaz Salikhov
8890fc557a Fix ijavascript example (#2143)
* Fix ijavascript example

* Better naming
2024-09-07 13:00:59 +02:00
alwaysmpe
d4235b48ae Recipe using bake to build with custom arguments (#2141)
* Example using bake to build with custom arguments

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add missing language markers

* Unify markdown style in recipes.md

* Update docs/using/recipe_code/docker-bake.python312.hcl

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-09-02 09:35:13 +02:00
Ayaz Salikhov
4e47f29261 Update tag example 2024-08-31 22:46:16 +01:00
Ayaz Salikhov
e136ad7574 Build contributed recipes in mathbunnyru fork as well 2024-08-31 22:32:23 +01:00
Ayaz Salikhov
f78d97a3a8 Temporarily switch to ubuntu 22.04 in oracledb example 2024-08-31 22:20:18 +01:00
Ayaz Salikhov
823cf92db4 Temporarily switch to ubuntu 22.04 in microsoft odbc example instead of oracle 2024-08-30 21:09:57 +01:00
Ayaz Salikhov
f7978e28df Temporarily switch to ubuntu 22.04 in oracledb example 2024-08-30 21:07:04 +01:00
Ayaz Salikhov
c18c46593c Update tag example 2024-08-19 17:55:46 +01:00
Ayaz Salikhov
5fbcb0dff5 Fix redirect docker docs links 2024-08-19 12:53:39 +01:00
Ayaz Salikhov
4d4ed0e0bf Unify ENV command in Dockerfiles (#2135) 2024-08-14 15:36:38 +01:00
Thijs Walcarius
1ad688e421 Improve handling of tensorboard (#2126)
* Improve handling of tensorboard

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Improve style

* Move bash file to cuda-subdir

* Update tensorflow-notebook info

* Fix redirect link

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-08-01 09:43:35 +01:00
Ayaz Salikhov
06fac82780 Slighty better code quotes 2024-07-11 09:39:25 +01:00
Patrick Willnow
f5b5d0af51 Update selecting.md (#2122)
Changing path to renamed repository as mentioned by @mathbunnyru in comments of #2110
2024-06-17 20:47:33 +01:00
Ronald Lencevičius
1c44e6d6e8 Updated header level to fit rest of the page (#2119) 2024-05-30 10:23:37 +01:00
Ayaz Salikhov
95eda6aaee Update example date 2024-05-28 22:35:54 +01:00
Ayaz Salikhov
996fae1248 Update oracledb client version 2024-05-06 13:51:46 +01:00
Ayaz Salikhov
dd744ea607 [TMP] Disable installing sqlplus as it gives errors 2024-05-06 13:49:14 +01:00
Ayaz Salikhov
41ded6e8a3 Update oracledb example 2024-05-06 13:49:14 +01:00
Ayaz Salikhov
44a1954329 Update tag example 2024-05-05 11:45:04 +01:00
Patrick Willnow
d7193318a3 Update selecting.md with TH Lübecks (University of Applied Sciences Lübeck) image collection (#2110)
* Update selecting.md

Adding TH Lübeck universities image collection

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update docs/using/selecting.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update selecting.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update selecting.md

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-04-19 10:27:26 +01:00
Ayaz Salikhov
e838ff397a Improve CUDA enabled images docs 2024-04-03 01:36:57 +01:00
ChristofKaufmann
b9553a8e5d Add cuda12 variant of tensorflow-notebook (#2100)
* Add cuda12 variant for tensorflow-notebook

* Reduce size of CPU version of tensorflow-notebook

* Try to fix tests

* Update docs/using/selecting.md

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Update images/tensorflow-notebook/cuda12/Dockerfile

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Update tests/docker-stacks-foundation/test_packages.py

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Remove obsolete XLA_FLAGS env var

* Install CUDA and cuDNN using pip instead of mamba

* Fix pre-commit shell checks

* Change tensorflow variant name from cuda12 to cuda

* Update selecting.md

* Update selecting.md

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-03-26 01:12:59 +00:00
Ayaz Salikhov
ebea7a8200 Update example tag 2024-03-15 01:02:12 +00:00
Ayaz Salikhov
07dc2d0873 Fix redirect links 2024-03-04 09:37:32 +00:00
Ayaz Salikhov
d44add21d5 Improve CUDA enabled images docs and add a policy (#2097) 2024-02-24 12:20:32 +00:00
Ayaz Salikhov
0d7cc47609 Update example tag 2024-02-24 11:10:34 +00:00
Johanna Reiml
eccda243c3 Add pytorch-notebook image variants with cuda 11 and 12 (x86_64 versions only) (#2091)
* feat: build cuda variants of pytorch

* feat: build with variant tag

* style: remove unused import

* refactor: rename get_prefix params

(cherry picked from commit 12b50af258c2f331d4100fb63fd41ad1a30acb1d)

* revert: drop ROOT_CONTAINER addition from Makefile

(cherry picked from commit f42314513df2855957a05c6ba0c748d2df26d7b0)

* style: use consistent three empty lines in Makefile

(cherry picked from commit 446b45aab37a37720462b5df305ce96b139cf67a)

* refactor: add default value for parent-image

(cherry picked from commit 32955cec99c7202f0ce50647dfc61ec98f57f741)

* revert: use original workflow structure

(cherry picked from commit 68c6744513636ec93d14f9bd0bbd123907efd13b)

* refactor: use single build image step

(cherry picked from commit 5f1ac0aeedcb5969a6d4b2a5bc939817378ab55d)

* fix: run merge tags regardless of repository owner

(cherry picked from commit 3fce366a98adc5db0d127f28ddf3157d13297a0f)

* refactor: build cuda12 instead of cuda tag

(cherry picked from commit 217144ecd322356376f04efb92792a20b4380177)

* docs: add note about CUDA tags to documentation

* refactor: add default value for variant in build-test-upload

* refactor: swap ordering of cuda11/cuda12 variants

* refactor: remove optional str type in arg parser

* fix: add proper env variables to CUDA Dockerfiles

* fix: remove CUDA build for aarch64

* fix: use latest NVIDIA documentation link

* fix: skip aarch64 tags file for CUDA variants

---------

Co-authored-by: zynaa <7562909-zynaa@users.noreply.gitlab.com>
2024-02-24 10:17:38 +00:00
Ayaz Salikhov
6be9ae8ce6 Fix python in docs 2024-01-28 19:09:57 +01:00
Simon Li
6e437aa489 Make start.sh the entrypoint (#2087) 2024-01-22 08:47:48 +04:00