Commit Graph

3968 Commits

Author SHA1 Message Date
Ayaz Salikhov
44a1954329 Update tag example 2024-05-05 11:45:04 +01:00
Ayaz Salikhov
feeb4e78ef Update pre-commit hooks 2024-05-05 11:33:41 +01:00
Ayaz Salikhov
3be7274ee8 Fix typos 2024-05-05 11:31:56 +01:00
dependabot[bot]
abea5caf78 Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 (#2109)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](8756aa072e...8621497c8c)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 10:33:42 +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
pre-commit-ci[bot]
275ad774c2 [pre-commit.ci] pre-commit autoupdate (#2105)
updates:
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2)
- [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.6...v0.10.0.1)
- [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.8.4...1.8.5)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-02 00:31:05 +02:00
Olivier Benz
b2efa3cd8c Update JULIA_CPU_TARGET for precompiling packages (#2104)
* Update JULIA_CPU_TARGET for precompiling packages

* Update links

* Also update link for aarch64
2024-03-31 10:57:56 +02: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
dependabot[bot]
dd06b93abc Bump docker/login-action from 3.0.0 to 3.1.0 (#2102)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](343f7c4344...e92390c5fb)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 20:29:12 +00:00
Ayaz Salikhov
4bef1a8f1c Update pre-commit hooks 2024-03-15 01:04:38 +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
Ayaz Salikhov
315224efff Fix redirect links 2024-02-24 10:24:08 +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
Ben Mares
fe2195458f Don't default to US-specific locale settings (#2096) 2024-02-22 22:16:30 +00:00
Ayaz Salikhov
c2159f4118 Update pre-commit hooks 2024-02-18 12:37:20 +04:00
Ayaz Salikhov
8da0523b50 Add ROOT_CONTAINER param to Makerfile 2024-02-12 13:00:22 +04:00
pre-commit-ci[bot]
949af9bbd5 [pre-commit.ci] pre-commit autoupdate (#2090) 2024-02-06 04:43:51 +04:00
Ayaz Salikhov
ce08d9e348 Update pre-commit hooks 2024-01-31 01:00:13 +01:00
Ayaz Salikhov
3692e3a84c Update pre-commit hooks 2024-01-28 22:16:57 +01:00
Ayaz Salikhov
6be9ae8ce6 Fix python in docs 2024-01-28 19:09:57 +01:00
Ayaz Salikhov
f5a7f1af1d Update docs copyright year 2024-01-28 18:07:33 +01:00
Ayaz Salikhov
7a5990be1f Do not rewrite variable with another value 2024-01-23 13:11:02 +01:00
Ayaz Salikhov
009821cdb3 Fix information about RESTARTABLE option 2024-01-23 00:08:56 +01:00
Ayaz Salikhov
7e240d59d3 Fix comment style in start-singleuser.py 2024-01-23 00:07:22 +01:00
Ayaz Salikhov
3dfe578caa Configure entrypoint after copying needed files to make it work 2024-01-23 00:06:56 +01:00
Simon Li
6e437aa489 Make start.sh the entrypoint (#2087) 2024-01-22 08:47:48 +04:00
Ayaz Salikhov
b71f4cb525 Unify access to env variables (#2086) 2024-01-21 17:32:14 +04:00
Ayaz Salikhov
a4ede5de2f Fix Python version pin (#2085) 2024-01-21 16:06:10 +04:00
Ayaz Salikhov
8d0ec50095 Improve wording 2024-01-21 15:29:27 +04:00
Ayaz Salikhov
8b8d1b7dcf Fix Docker broken links 2024-01-21 15:29:15 +04:00
Ayaz Salikhov
46d7265781 Rename test file test_python -> test_python_version 2024-01-21 14:37:52 +04:00
Ayaz Salikhov
aadf012336 Update pre-commit hooks 2024-01-18 11:56:15 +04:00
Ayaz Salikhov
5d68244bb2 Cleanup some commands in Makefile 2024-01-17 15:56:18 +04:00
Ayaz Salikhov
afe30f0c9a Use argparse to setup spark (#2082) 2024-01-17 15:07:15 +04:00
Ayaz Salikhov
bf33945b9e Do not bloat spark image with ENV variables (#2081)
* Do not bloat spark image with ENV variables

* Remove HadoopVersionTagger
2024-01-17 13:34:33 +04:00
Ayaz Salikhov
d57bf9590d Adjust sleep times (#2080)
* Adjust sleep times

* Update test_start_container.py

* Update test_healthcheck.py

* Update pluto_check.py
2024-01-17 02:11:44 +04:00
Ayaz Salikhov
86dc0f274f Fix comments codestyle in python 2024-01-16 16:56:36 +04:00
Ayaz Salikhov
d3e18d975c Fix some style issues in tests 2024-01-16 16:35:14 +04:00
Ayaz Salikhov
14a29d12d8 Improve comments in images 2024-01-15 14:56:23 +04:00
Ayaz Salikhov
0386b2a630 Remove some double spaces 2024-01-15 14:48:54 +04:00
Ayaz Salikhov
9fa124053b Update tag example 2024-01-15 13:27:44 +04:00
Ayaz Salikhov
6e01bbabec Improve wording in versioning via image tags 2024-01-15 13:26:33 +04:00
Ayaz Salikhov
a63a9a6fcb Document root homedir (#2079)
* Document root homedir

* Add link to issue
2024-01-14 22:56:24 +04:00
Olivier Benz
37018f998c Add support for Docker/Podman in rootless mode (#2039)
- Fixes https://github.com/jupyter/docker-stacks/issues/2036

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-01-14 22:39:37 +04:00
Ayaz Salikhov
eb04996c7d Use 1 fast 2CPU and 3 slow 1CPU aarch64 runners (#2040)
undefined
2024-01-14 17:59:42 +04:00
Ayaz Salikhov
d599a7aeca Improve get_manifest_timestamp function 2024-01-14 15:41:00 +04:00