Commit Graph

66 Commits

Author SHA1 Message Date
Ayaz Salikhov
d3adf90e91 More docs cleanup 2022-02-04 02:02:53 +03:00
Ayaz Salikhov
ff63c762e5 More notes 2022-02-02 12:54:27 +03:00
Ayaz Salikhov
28a0f4c8b4 Cleanup docs 2022-02-02 01:19:38 +03:00
Ayaz Salikhov
3306119c2d Update the tag in docs 2022-01-21 13:58:08 +02:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2 Limit markdown line length to 200 2021-06-21 12:59:21 +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
7bf833c183 Update tags in documentation 2021-05-22 16:55:58 +03:00
Ayaz Salikhov
fbceaa9892 Fixes 2021-05-22 14:01:01 +03:00
Ayaz Salikhov
c0ae562059 Fix all shellcheck warnings 2021-05-21 15:49:49 +03:00
Ayaz Salikhov
3734d39090 Fix shellcheck warnings 2021-05-20 15:38:03 +03:00
Ayaz Salikhov
57c360e485 Merge branch 'master' into asalikhov/make_markdown_prettier 2021-05-19 12:42:44 +03:00
Ayaz Salikhov
f4c0193bbc Merge pull request #1292 from mathbunnyru/asalikhov/css_json_yaml_style
Make css, json and yaml style identical
2021-05-12 11:50:28 +03:00
Ayaz Salikhov
f008b37ebb Remove empty README.md file 2021-05-07 14:34:56 +03:00
Ayaz Salikhov
453556b2c4 Make markdown files look prettier using prettier :) 2021-05-07 00:53:06 +03:00
Ayaz Salikhov
019b5a76b0 Make css, json and yaml style identical 2021-05-07 00:34:43 +03:00
Ayaz Salikhov
451544c956 Fix some errors 2021-05-01 13:36:47 +03:00
Ayaz Salikhov
c5aa354b09 Fix more errors 2021-05-01 13:29:58 +03:00
Ayaz Salikhov
c2031e2a4a Fix more errors 2021-05-01 13:07:40 +03:00
Ayaz Salikhov
bf5ec600d1 Use mdlint rules [WIP] 2021-05-01 12:52:41 +03:00
Ayaz Salikhov
a8b7682fd6 Add newlines 2021-04-17 18:20:37 +03:00
Ayaz Salikhov
bf9660a054 Bunch of small refactorings and updates 2021-04-17 13:25:23 +03:00
romainx
ba4b59db11 Resolve Docker lint (hadolint) errors
- Exclude `ppc64` Dockerfiles from the linting in pre-commit since we cannot check their build easily and so fix the lint errors without breaking something (already excluded in the `Makefile`)
- Fix examples Dockerfile to invert root and jovyan user instructions (Last user should not be root `DL3002`)
2020-08-16 10:24:24 +02:00
Peter Parente
3923ac6267 Merge branch 'master' into asalikhov/ubuntu_focal 2020-06-17 22:26:32 -04:00
Peter Parente
0610908e8e Merge branch 'master' into asalikhov/bash_codestyle 2020-06-15 08:37:27 -04:00
Ayaz Salikhov
d4a632faef Fix bash files codestyle 2020-06-13 20:32:52 +02:00
Ayaz Salikhov
cf0212611f Fix yaml files codestyle 2020-06-13 20:24:39 +02:00
Peter Parente
1c204509e1 Merge branch 'master' into asalikhov/ubuntu_focal 2020-05-29 09:12:34 -04:00
Ayaz Salikhov
b6d96d1ca2 Improve documentation 2020-05-28 11:47:48 +02:00
Ayaz Salikhov
a2086ce626 Start using Ubuntu 20.04 (focal) 2020-05-28 10:42:03 +02:00
Vadim Stepanov
b35c2818de fixt typo 2019-10-18 19:54:11 +03:00
echowhisky
40c5c07b0a added -f flag to all conda clean commands
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861.
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa changed -tipsy to --all -y across all files
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Graham Dumpleton
fe85a0d172 Disable mounting of service account token under OpenShift. 2018-11-26 17:10:50 +11:00
Braden Pellett
ac04480084 Upgrade Ubuntu to latest LTS (Bionic 18.04)
Upgrade Ubuntu to latest LTS (Bionic 18.04), including:
- Change the IMAGE used for base-notebook;
- Keep Mesos install from Mesosphere's Xenial repository, since they
  don't yet have a Bionic repository;
- gnupg needs to be installed for apt-key to work;
- --force-yes option to apt-get has been removed;
- Package libav-tools is replaced by ffmpeg;
- Update Let's Encrypt example script to use 18.04.
2018-06-01 13:03:12 -07:00
Graham Dumpleton
53b1064b3c Add instructions for enabling Jupyter Lab interface with OpenShift deployment. 2018-03-02 14:54:05 +11:00
Min RK
92fe05d1e7 Merge pull request #558 from jupyter-on-openshift/home-volume-mounting
Avoid placing anything under home directory in OpenShift deployments.
2018-02-20 10:21:48 +01:00
Graham Dumpleton
9850b5710e Correct URL in Source-to-Image template to reference master branch. 2018-02-20 12:21:19 +11:00
Graham Dumpleton
d2cfd3de0d Avoid relying on existence of work subdirectory in Source-to-Image examples. 2018-02-20 10:52:47 +11:00
Graham Dumpleton
4d2992bc77 Avoid placing anything under home directory in OpenShift deployment example so can use it to mount volumes. 2018-02-20 10:19:08 +11:00
Graham Dumpleton
9e9ca7344c Fix URLs for location of Source-to-Image example directory in master. 2018-02-19 14:14:18 +11:00
Graham Dumpleton
9b78b0c13c Add README for Source-to-Image examples directory. 2018-02-19 13:49:29 +11:00
Graham Dumpleton
f0cdbd536b Remove packages file from image when using Source-to-Image before doing a build, rather than after. 2018-02-19 13:17:54 +11:00
Graham Dumpleton
52fba5967f Add OpenShift template for building, but not deploying an image using Source-to-Image builder. 2018-02-19 11:43:20 +11:00
Graham Dumpleton
f87dec5936 Add template for using Source-to-Image builder scripts with OpenShift. 2018-02-18 21:58:43 +11:00
Graham Dumpleton
49fe302e4a Ensure assemble script of Source-to-Image script logs progress. 2018-02-18 21:54:47 +11:00
Graham Dumpleton
92843575a4 Add save-artifacts script to Source-to-Image to avoid warnings/errors. 2018-02-18 21:43:00 +11:00
Graham Dumpleton
bad4f68608 Add example Source-to-Image scripts for building custom notebook images. 2018-02-18 20:58:32 +11:00