Commit Graph

2501 Commits

Author SHA1 Message Date
Ayaz Salikhov
f8c281a4f9 Fail if creating symlink fails 2021-11-10 18:27:23 +03:00
Ayaz Salikhov
0cc11990c7 Remove XDG_CACHE_HOME from start.sh sudo call 2021-11-10 17:58:32 +03:00
Ayaz Salikhov
425794a0c2 Merge pull request #1521 from maresb/quick-fix-uid
Revert broken sed --in-place command
2021-11-10 15:27:05 +03:00
Ben Mares
3a5c2caded Revert broken sed --in-place command 2021-11-10 13:10:46 +01:00
Erik Sundell
42071c63c3 Merge pull request #1512 from maresb/rework-start-part-1
Rework of start.sh script, take 2
2021-11-10 00:59:59 +01:00
Ben Mares
4c47de93e7 start.sh: add parens for CHOWN_HOME_OPTS
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2021-11-10 00:56:34 +01:00
Ben Mares
87ad5ffdf6 start.sh: improve some messages 2021-11-09 20:52:59 +01:00
Erik Sundell
1ce72b55e2 Apply suggestions from code review
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2021-11-09 13:44:06 +01:00
Ayaz Salikhov
70e51d373e Merge pull request #1515 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-11-09 14:09:55 +03:00
Ayaz Salikhov
480bc2098d Update .pre-commit-config.yaml 2021-11-09 14:07:50 +03:00
pre-commit-ci[bot]
f58955acf6 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/hadolint/hadolint.git: v2.7.0 → v2.8.0](https://github.com/hadolint/hadolint.git/compare/v2.7.0...v2.8.0)
2021-11-08 20:24:36 +00:00
Ben Mares
4ef8a7816d Undo changes which require further examination 2021-11-08 16:29:26 +01:00
Erik Sundell
018e5fc962 start.sh: tests, docs, and refinements 2021-11-08 16:29:11 +01:00
Erik Sundell
0365e73889 start.sh: update logging output 2021-11-08 16:25:41 +01:00
Erik Sundell
cd5e45b573 start.sh: refactor for readability 2021-11-08 16:25:41 +01:00
Erik Sundell
22c3516abd start.sh: inline documentation 2021-11-08 16:25:40 +01:00
Erik Sundell
52cc15ccf6 start.sh: preserve environment properly when starting as root 2021-11-08 16:25:40 +01:00
Erik Sundell
f3989038a2 start.sh: add info about the user executing hooks 2021-11-08 16:25:40 +01:00
Ayaz Salikhov
5d512c34ed Merge pull request #1513 from mathbunnyru/asalikhov/fix_docker_workflow
Fix docker workflow paths argument
2021-11-08 16:38:11 +03:00
Ayaz Salikhov
cd09d83578 Fix docker workflow paths argument 2021-11-08 16:36:21 +03:00
Erik Sundell
7aa954ab78 Merge pull request #1510 from mathbunnyru/asalikhov/refactor_github_workflows
Refactor github workflows
2021-11-04 15:47:22 +01:00
Ayaz Salikhov
993b4f1d4e Refactor github workflows 2021-11-02 12:54:27 +03:00
mathbunnyru
0919c6aff1 [ci skip] Automated publish for c400462ce1 2021-11-02 09:39:38 +00:00
Ayaz Salikhov
c400462ce1 Merge pull request #1508 from ggaaooppeenngg/custom-font-recipe
Add recipe for installing custom fonts
2021-11-02 12:38:59 +03:00
Ayaz Salikhov
e76894fb6d Better bash syntax 2021-11-02 12:35:57 +03:00
Peng Gao
d0bbcc5339 Add recipe for installing custom fonts
Signed-off-by: Peng Gao <peng.gao.dut@gmail.com>
2021-11-02 11:54:22 +08:00
Ayaz Salikhov
ae640b0c7c Merge pull request #1507 from jupyter/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-11-02 00:47:08 +03:00
pre-commit-ci[bot]
92161aa13a [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
2021-11-01 20:34:47 +00:00
Ayaz Salikhov
061a02b21f Merge pull request #1503 from ggaaooppeenngg/Add-Conda-Mirror
Add conda mirror option in base notebook
2021-10-28 17:27:03 +03:00
Ayaz Salikhov
822290e75a Merge pull request #1504 from mathbunnyru/asalikhov/remove_tensorflow_hotfix
Remove tensorflow hotfix
2021-10-28 16:34:18 +03:00
Ayaz Salikhov
ee44fe9e57 Remove tensorflow hotfix 2021-10-28 16:33:24 +03:00
Ayaz Salikhov
a4cfde82a0 Update base-notebook/Dockerfile 2021-10-28 15:27:42 +03:00
Ayaz Salikhov
6aab2f9b93 Merge pull request #1501 from PuckCh/build-fix-makefile
Re-add build option to be enable some kind of custom builds
2021-10-28 14:32:06 +03:00
Olivier Bornet
13415a688c Fix typo error in Makefile (build-multi/ and not build/) 2021-10-28 13:17:05 +02:00
Peng Gao
8090ca1fd1 Add conda mirror option in base notebook
Users having high latency from default conda download site
could set this option to speed up downloading.

Signed-off-by: Peng Gao <peng.gao.dut@gmail.com>
2021-10-28 16:13:42 +08:00
Olivier Bornet
7c5f8fbc63 Rename ARGS to DOCKER_BUILD_ARGS
Better naming of this, as it's arguments of the docker build phase.
2021-10-28 09:31:53 +02:00
Olivier Bornet
e25f68dbd1 Re-add build option to be enable some kind of custom builds
For example, with:

$ BASE_CONTAINER=ubuntu:focal-20211006@sha256:26c3bd3ae441c873a210200bcbb975ffd2bbf0c0841a4584f4476c8a5b8f3d99
$ NB_UID=1234
$ make build/base-notebook \
  ARGS="--build-arg BASE_CONTAINER=$BASE_CONTAINER --build-arg NB_USER=$NB_USER_TEACHER --build-arg NB_UID=$NB_UID"

we could generate base-notebook using a specific base image and where
jovyan is uid 1234 instead of 1000
2021-10-28 08:46:01 +02:00
Ayaz Salikhov
82ce73789b Fail hub-overview to show that dockerhub page should be updated 2021-10-23 16:02:01 +03:00
Erik Sundell
c2278456c6 Merge pull request #1496 from Bidek56/master
Spark 3.2.0
2021-10-20 22:47:36 +02:00
Darek
df72530d28 Upgrading Spark to 3.2.0 2021-10-20 13:42:25 +00:00
Ayaz Salikhov
fb6fe5dd81 Merge pull request #1492 from mathbunnyru/asalikhov/fix_readmes
Make all READMEs look the same
2021-10-17 01:11:15 +03:00
Ayaz Salikhov
e89b8a1475 Make all READMEs look the same 2021-10-17 01:10:40 +03:00
Ayaz Salikhov
e506c5726b Merge pull request #1491 from mathbunnyru/asalikhov/trigger_work
Try to trigger workflow
2021-10-17 00:57:04 +03:00
Ayaz Salikhov
b980728325 Try to trigger workflow 2021-10-17 00:56:05 +03:00
Ayaz Salikhov
b6ea1d5912 Merge pull request #1490 from mathbunnyru/asalikhov/add_hub_overview_workflow
Add workflow to automatically update dockerhub overview
2021-10-17 00:54:27 +03:00
Ayaz Salikhov
4a1a9e8efb Do clone directly 2021-10-17 00:53:04 +03:00
Ayaz Salikhov
cbe4739e07 Add workflow to automatically update dockerhub overview 2021-10-17 00:50:50 +03:00
Ayaz Salikhov
fb1242677b Merge pull request #1487 from mathbunnyru/asalikhov/update_readthedocs
Update readthedocs config
2021-10-16 22:45:24 +03:00
Ayaz Salikhov
6f9aa9dc0a Fix req.txt name 2021-10-16 22:39:29 +03:00
Ayaz Salikhov
1ad4f48eff Improve workflows 2021-10-16 22:36:21 +03:00