Commit Graph

449 Commits

Author SHA1 Message Date
Ayaz Salikhov
b3a1933467 Use conda update --all 2021-08-25 02:00:45 +03:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
c3b52b9560 Merge pull request #1438 from mathbunnyru/asalikhov/use_latest_mambaforge
Use latest mambaforge release
2021-08-24 22:38:25 +03:00
Ayaz Salikhov
487e9ddda2 Simplify Dockerfile 2021-08-24 21:24:35 +03:00
Ayaz Salikhov
0e24e5fdfe Update base-notebook/start.sh
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2021-08-24 15:11:28 +03:00
Ayaz Salikhov
ce3499d958 Improve comment 2021-08-24 15:07:30 +03:00
Ayaz Salikhov
89db0d8e06 Use latest mambaforge release 2021-08-24 11:28:29 +00:00
Jon Velando
b5fc1fa4a4 Merge branch 'jupyter:master' into fix-volumes-deleted-when-entering-container 2021-08-20 10:37:41 -04:00
rigzba21
d29e6c25ac adding rv check to test 2021-08-06 16:11:00 -04:00
rigzba21
0dbce4526e removing rsync dependency, using cp -R instead, reducing wait time in test 2021-08-06 14:55:58 -04:00
rigzba21
9d9b76909d fixing bashate and flake8 errors 2021-08-06 13:19:39 -04:00
rigzba21
511ca22321 adding shellcheck fixes 2021-08-06 13:02:16 -04:00
pre-commit-ci[bot]
437e736c7d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-08-06 16:25:29 +00:00
rigzba21
364e5de012 updating test description 2021-08-06 12:11:30 -04:00
rigzba21
c5fe6a1f5f adding test to check if container deleted files on container bind mount 2021-08-06 07:53:49 -04:00
rigzba21
2ef77522e6 using rsync instead of mv to prevent accidental file deletion when bind mount a volume 2021-08-05 22:40:17 -04:00
Ayaz Salikhov
7123a33340 Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-08-03 17:10:52 +03:00
Ayaz Salikhov
b9f6ce795c Up viniforge 4.10.3-3 (#1417) 2021-07-26 21:13:29 +03:00
Ayaz Salikhov
820ed615e8 Up miniforge to 4.10.3-2 2021-07-25 17:47:17 +03:00
Ayaz Salikhov
a6d0ed456e Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-07-09 16:52:31 +03:00
Holden Karau
481bafbda7 Make the base & minimal notebook containers not amd specific (e.g. support building for arm64) (#1368)
* Dynamically select the right miniforge arch and unpin the ROOT_CONTAINER so that buildx can build arm64 and amd64

cleanup

* Remove the commented out hard set of arch

* Address code review comments from mathbunnyru

* Add setting the owner to respective dockerhbub username

* Revert "Add setting the owner to respective dockerhbub username"

This reverts commit a8d9c468a7d35dbda33ae902cc524db599519d8a.

* Fix up the dockerfile, make the default buildx compatible with the CI and add a comment about how to do cross-platform builds.

* Update the docs

* Refactor the Makefile to support cross-building images incrementally, add ARG OWNER to the Dockerfile's so people can more easily push to their own, add docker buildx & ARM64 support to the CI

* Simplify build-test-all rule

* Match patch version

* Run prettier on docker.yml

* Declare and export seperately per docker lint

* Skip CI changes

* Revert the makefile changes

* Update the Arch comment to match

* back out unrelated changes
2021-07-08 17:05:35 +03:00
Ayaz Salikhov
38fa41fb24 Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-07-02 21:19:32 +03:00
Ayaz Salikhov
78a72754e1 Update mamba and some packages 2021-07-02 20:34:38 +03:00
Ayaz Salikhov
ace42f37d7 Remove microbadge usage 2021-06-29 12:50:35 +03:00
Ayaz Salikhov
3c5e7c9cb4 Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-06-29 02:28:53 +03:00
Erik Sundell
411663b5d4 black style tweaks: add trailing commas 2021-06-28 22:07:26 +02:00
Erik Sundell
962a630f53 Apply suggestions from code review
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2021-06-28 22:07:26 +02:00
Erik Sundell
a582c24e19 black style tweaks: manually added commas etc to tweak formatting 2021-06-28 22:07:26 +02:00
Erik Sundell
fe3968efe0 pre-commit: run black autoformatter on all files 2021-06-28 22:07:23 +02:00
Ayaz Salikhov
44979c015d Merge branch 'master' into asalikhov/automatic_conda_versioning 2021-06-27 14:25:23 +03:00
Ayaz Salikhov
5c860df8c4 Move assert after logs output to make debug easier 2021-06-27 13:19:05 +03:00
Ayaz Salikhov
4828b4146f Fix style in tests 2021-06-27 12:32:26 +03:00
Ayaz Salikhov
62a5ce24a4 Use ubuntu:focal 2021-06-22 13:41:06 +03:00
Ayaz Salikhov
bfb8cc7d50 Allow conda to automatically deduce package versions 2021-06-20 22:13:15 +03:00
Ayaz Salikhov
a02160f26f Update miniforge 2021-06-20 19:45:23 +03:00
Ayaz Salikhov
b5bfff8af9 Update ubuntu 2021-06-18 16:06:50 +03:00
Ayaz Salikhov
5f023321ae Merge branch 'master' into asalikhov/strict_python_version 2021-06-13 21:34:06 +03:00
Ayaz Salikhov
b964b90a1c Merge branch 'master' into asalikhov/update 2021-06-07 23:04:34 +03:00
Ayaz Salikhov
cbdc85ac55 Merge branch 'master' into asalikhov/strict_python_version 2021-06-07 23:03:33 +03:00
Ayaz Salikhov
396024a4dd Merge pull request #1335 from mathbunnyru/asalikhov/unify_bash_variables
Unify bash variables usage and add quotes where needed
2021-06-07 23:00:11 +03:00
Ayaz Salikhov
7642ba8164 Update base-notebook/Dockerfile
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2021-06-07 18:30:26 +03:00
Ayaz Salikhov
b58d834716 Fix python version in a strict way 2021-06-01 23:38:25 +03:00
Ayaz Salikhov
7ae0e3d926 Update notebook and jupyterlab 2021-06-01 16:18:20 +03:00
Ayaz Salikhov
1a0c93e5e6 Update miniforge 2021-05-29 17:37:45 +03:00
Ayaz Salikhov
8cf181add0 Merge branch 'master' into asalikhov/update 2021-05-29 17:36:17 +03:00
Ayaz Salikhov
0999f1a36f Unify bash variables usage and add quotes where needed 2021-05-26 13:06:10 +03:00
Ayaz Salikhov
ccebe16e6e More installation updates 2021-05-25 14:34:02 +03:00
Ayaz Salikhov
c281c03cf7 Merge branch 'master' into asalikhov/update 2021-05-22 15:23:28 +03:00
Ayaz Salikhov
fbceaa9892 Fixes 2021-05-22 14:01:01 +03:00
Ayaz Salikhov
d65334bdfb Align bash codestyle 2021-05-22 13:42:52 +03:00