Ayaz Salikhov
5dd3a31645
Do not install mamba 2.0.0
2024-09-30 09:06:39 +02:00
Ayaz Salikhov
9e230b3b7d
Improve docs about pre-commit and mypy
2024-09-14 23:37:52 +03: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
pre-commit-ci[bot]
348cc09643
[pre-commit.ci] pre-commit autoupdate ( #2142 )
...
updates:
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.11.2 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-03 00:40:44 +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
3215aa8394
Update information about old images
2024-08-31 22:44:54 +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
John McGrath
e51895bcbd
Upgrade to Ubuntu 24.04 Image base ( #2131 )
...
* fixed
* Update .github/workflows/docker-build-test-upload.yml
* Only remove user with uid 1000 if it exists
* Update Dockerfile
* Update Dockerfile
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-08-30 10:19:27 +01:00
Ayaz Salikhov
00987883e5
Improve comment for user creation in Dockerfile
2024-08-26 12:53:19 +01:00
Ayaz Salikhov
aabaa58072
Fix redirect docker docs link
2024-08-20 12:31:20 +01:00
Ayaz Salikhov
4edd4d36c0
Update info about CUDA enabled images
2024-08-19 17:58:40 +01:00
Ayaz Salikhov
c18c46593c
Update tag example
2024-08-19 17:55:46 +01:00
Ayaz Salikhov
bed6d6396c
Fix date when cuda pytorch-notebook was added
2024-08-19 17:54:09 +01:00
Ayaz Salikhov
5ea1adbfd8
Improve Dockerfiles codestyle
2024-08-19 15:40:40 +01:00
Ayaz Salikhov
7f8cdf851a
Cleaner logs
2024-08-19 14:29:49 +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
John McGrath
a966c0a941
Use root container arg in Makefile ( #2133 )
2024-08-12 16:00:49 +01:00
Olivier Benz
6f74c72a92
[FAST_BUILD] No sudo when run with rootless triplet ( #2132 )
...
* No sudo when run with rootless triplet
- rootless triplet: -e NB_USER=root -e NB_UID=0 -e NB_GID=0
* Add tests for rootless triplet
* Update tests for rootless triplet
* Fix tests for rootless triplet
2024-08-11 16:50:27 +01:00
pre-commit-ci[bot]
e6b5e74ba4
[pre-commit.ci] pre-commit autoupdate ( #2130 )
...
updates:
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0 )
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0 )
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.1 )
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1 )
- [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](https://github.com/nbQA-dev/nbQA/compare/1.8.5...1.8.7 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-06 08:10:03 +01:00
Alex Hill
6ed34af77a
Add netbase to docker-stacks-foundation image - fixes #2128 ( #2129 )
...
* Add netbase to docker-stacks-foundation image - fixes #2128
* Add a comment describing netbase
2024-08-04 20:11:50 +01:00
Ayaz Salikhov
7a918f5359
Update redirect link
2024-08-01 09:51:18 +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
dependabot[bot]
7f6f16c24c
Bump docker/login-action from 3.2.0 to 3.3.0 ( #2127 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](0d4c9c5ea7...9780b0c442
)
---
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-07-25 09:23:51 +03:00
Ayaz Salikhov
483c68771d
Fix redirect link
2024-07-15 12:37:09 +01:00
Ayaz Salikhov
06fac82780
Slighty better code quotes
2024-07-11 09:39:25 +01:00
Ayaz Salikhov
615b8cc01b
Ignore mypy in files with numpy
2024-07-02 10:37:46 +01:00
pre-commit-ci[bot]
77acaad3ea
[pre-commit.ci] pre-commit autoupdate ( #2125 )
2024-07-02 07:57:19 +01:00
Erik Sundell
3fef15446f
Put nvidia-smi on path for cuda image variants ( #2124 )
...
* Put nvidia-smi on path for cuda image variants
* Improve comments style
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-07-01 13:45:55 +01:00
Ayaz Salikhov
37c03eb03c
Exclude packages.ubuntu.com from linkcheck
2024-06-27 10:57:23 +01:00
Ayaz Salikhov
b7fb3d15c9
Update mypy pre-commit hook
2024-06-27 10:45:43 +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
Ayaz Salikhov
b070fb6bd9
Fix redirect link
2024-06-11 11:59:32 +01:00
dependabot[bot]
1ff0f37561
Bump docker/login-action from 3.1.0 to 3.2.0 ( #2120 )
2024-06-04 22:21:17 +01:00
Erik Sundell
3f48d4f759
Merge pull request #2121 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2024-06-04 08:45:16 +03:00
pre-commit-ci[bot]
9fe10a3d51
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.40.0...v0.41.0 )
2024-06-03 22:27:20 +00: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
93ead907e5
Disable jupyter announcements in binder example
2024-05-28 22:38:36 +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