Commit Graph

105 Commits

Author SHA1 Message Date
Ayaz Salikhov
a5b40a6f11 Move all images to images dir (#1972) 2023-08-19 17:25:20 +02:00
Ayaz Salikhov
3d1dfb0453 Fix applying tags in local development (#1939) 2023-07-07 17:44:42 +04:00
Yuvi Panda
a489a0f259 Add jupyter/julia-notebook (#1926)
* Add jupyter/julia-notebook

There is a growing number of Julia users in the Jupyter
ecosystem who do not use R, and hence would <3 to have a
dedicated docker image that doesn't bring in all the R
stuff that datascience-notebook brings in! The built image
size is much smaller, and eventually paves the way to
better ecosystem support for Julia.

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

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

* Add a test for julia-notebook

* Tell tests what julia-notebook inherits from

* Sort lists with julia-notebook

* Fix README for julia-notebook

* Add julia-notebook to the makefile

* Move julia-notebook below r-notebook

* Use hard tabs in Makefile

* Do some more sorting

* Rename test_julia to avoid mypy issue

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

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

* Re-order julia/r-notebook

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

* Move julia-notebook stanza under r-notebook

* Update inheritance diagram

---------

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>
2023-06-28 14:41:45 +04:00
Ayaz Salikhov
7ea428dfd0 Update tagging/README.md 2023-02-09 14:53:46 +04:00
Ayaz Salikhov
465fd0fd4f Update README.md 2023-02-09 14:52:10 +04:00
Ayaz Salikhov
6cc4a8596a Better codestyle 2022-11-15 10:50:00 +04:00
Kevin Bates
10e52ee843 Create base image to base-notebook for non-server Jupyter applications (#1825)
* Create base-jupyter from base-notebook for non-server jupyter applications

* Fix pre-commit errors and begin test refactoring

* More test refactoring

* Add base-jupyter to images_hierarchy

* Use folder work instead of .jupyter in nb-user test

* Add base-jupyter to tagging hierarchy

* Linting: trailing comma

* Apply review comments, remove obsolute Miniforge reference

* Add self-signed cert comment back to base-notebook doc

* Update docs/using/selecting.md

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

* Remove redundant apt-get upgrade per review

* Remove b/c approaches per review

* Move test_nb_user_change back to base-notebook tests, per review

* fix linting

* Rename base-jupyter to docker-stacks-foundation, per review

* Rename tests/base-jupyter to docker-stacks-foundation

* Use alphabetical order

* Use alphabetical order

* Fix markdown style

* Split test_nb_user_change between the foundation and base tests

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-11-13 01:44:44 +04:00
Ayaz Salikhov
5d535899a9 Add python major.minor version tag (#1791) 2022-09-29 12:09:20 +04:00
Ayaz Salikhov
a85bfad8ca Merge tags and create multi-platform images (#1789)
* Merge tags and create multi-platform images

* Add new files :)

* Provide images

* Fix

* Fix

* Use the same naming style as python for the images

* Fix docker image rmi command

* Use plumbum.FG

* Fix

* Add missing path

* Few merging fixes

* Add pushing manifests

* Add missing path

* Add arch to apply tags

* Use platform word

* Remove unused step

* Merge tags for tensorflow as well

* Do not use print

* Make merge_tags work when image doesn't exist

* Add logs

* Add icon

* Add tensorflow-notebook workaround

* Unify platform usage

* Remove unused function

* Fix

* Update docs
2022-09-21 09:58:57 +04:00
Ayaz Salikhov
64c4cd717a Do not hardcode owner of the image (#1769)
* Do not hardcode owner of the image

* Fix
2022-08-11 11:51:10 +04:00
Ayaz Salikhov
064599f0be Improve docs about tags 2022-08-06 10:58:12 +04:00
Ayaz Salikhov
e050d8c567 Use 22.04 tag to make the code easier to understand 2022-07-09 16:59:40 +04:00
Ayaz Salikhov
6da462d1d9 Merge branch 'master' into asalikhov/ubuntu_jammy 2022-07-05 21:57:59 +04:00
Ayaz Salikhov
16a2b81ea9 Improve artifacts handling and writing manifest 2022-07-05 19:44:25 +04:00
Ayaz Salikhov
80cd809181 Use correct image when writing manifests and creating tags 2022-07-05 19:18:25 +04:00
Ayaz Salikhov
6e536016e8 Better filenames for manifests and hist lines 2022-07-05 13:21:20 +04:00
Ayaz Salikhov
7543e49a9f Minor fixes 2022-05-13 15:15:10 +03:00
Ayaz Salikhov
ffe33b1335 Better python code 2022-05-13 15:06:29 +03:00
Ayaz Salikhov
25a82e5e23 Download only manifest files 2022-05-13 13:39:28 +03:00
Ayaz Salikhov
6844487913 Use better rglob to prevent future problems 2022-05-13 11:52:10 +03:00
Ayaz Salikhov
dbd5325837 Improve wiki page update 2022-05-13 02:53:26 +03:00
Ayaz Salikhov
0487c99660 Cleanup docs about multi platform builds 2022-05-13 02:35:47 +03:00
Ayaz Salikhov
a5203d861b Fix update_wiki_page.py 2022-05-13 02:11:30 +03:00
Ayaz Salikhov
b5bfa8b819 Fix 2022-05-13 02:02:21 +03:00
Ayaz Salikhov
f534a62cc9 Add docker wiki workflow 2022-05-13 01:58:05 +03:00
Ayaz Salikhov
3389922c19 Add args to call write_manifests 2022-05-13 01:15:27 +03:00
Ayaz Salikhov
3bd471438b Fix 2022-05-13 00:59:56 +03:00
Ayaz Salikhov
5ff0ecd8ba Upload manifests in workflow 2022-05-13 00:54:04 +03:00
Ayaz Salikhov
8e11fcdb79 Add tags prefix support 2022-05-12 23:47:27 +03:00
Ayaz Salikhov
539159f0d1 Add amd64 images tagging and push to DockerHub 2022-05-12 20:35:16 +03:00
Ayaz Salikhov
ef1c2daec0 Merge branch 'master' into asalikhov/ubuntu_jammy 2022-05-02 01:55:59 +03:00
Ayaz Salikhov
d11cb67ace Switch to ubuntu:jammy 2022-05-01 20:03:58 +03:00
Ayaz Salikhov
96e111bb47 Fix typo 2022-04-28 16:45:07 +01:00
Ayaz Salikhov
10b1efedb0 Merge branch 'master' into asalikhov/modules 2022-04-28 16:35:14 +01:00
Ayaz Salikhov
0499f0e12c Add --quiet to mamba info 2022-04-07 15:04:20 +02:00
Ayaz Salikhov
0aa95c71ad Make tests a module and make imports absolute 2022-04-01 01:26:37 +01:00
Ayaz Salikhov
8bb35f91d0 Merge pull request #1663 from mathbunnyru/asalikhov/polish_pycharm
Fix minor wordings (detected by PyCharm)
2022-03-20 14:52:45 +02:00
Ayaz Salikhov
961dc900e8 Use plumbum.local instead of plumbum.cmd to make pylance happy 2022-03-20 14:21:50 +02:00
Ayaz Salikhov
bcf5118cb7 Fix minor PyCharm issues 2022-03-19 00:15:27 +02:00
Ayaz Salikhov
5ddd5314f1 Merge branch 'master' into asalikhov/python_docs 2022-03-18 15:35:48 +02:00
Ayaz Salikhov
6ee21a77d2 Run black pre-commit on python code in docs 2022-03-17 15:59:28 +02:00
Ayaz Salikhov
2da008cf5a Merge branch 'master' into asalikhov/pre_commit_isort_reqs 2022-03-16 17:18:38 +02:00
Ayaz Salikhov
5e5a9e29ab Revert 2022-03-16 17:08:14 +02:00
Ayaz Salikhov
812c713a64 Fix PyCharm issues 2022-03-16 16:47:30 +02:00
Ayaz Salikhov
2f201a4b81 Run pre-commit tools: isort, requirements-txt-fixer 2022-03-16 14:48:23 +02:00
Ayaz Salikhov
37c510fc8e Fix all typing issues 2022-01-23 12:44:16 +03:00
Ayaz Salikhov
12b618c5da Unify docker usage in tests 2022-01-22 00:46:20 +02:00
Ayaz Salikhov
f458a5aba0 Remove wrong typing 2022-01-18 20:02:25 +03:00
Ayaz Salikhov
2a1316c9ac Add some typing to tests 2022-01-18 19:13:17 +03:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00