Commit Graph

65 Commits

Author SHA1 Message Date
Tania Allard
cfae55634b 📝 Changes to Recipes.md 2022-01-28 12:00:13 +00:00
Ayaz Salikhov
3306119c2d Update the tag in docs 2022-01-21 13:58:08 +02:00
romainx
c6f7d4637e Fix / improve docs (review) 2022-01-20 15:28:01 +01:00
romainx
554ab113b1 Update documentation 2022-01-20 09:35:20 +01:00
Ayaz Salikhov
16f68e7d09 Update docs/using/recipes.md 2022-01-13 17:31:43 +03:00
Ayaz Salikhov
1ebca76164 Update docs/using/recipes.md 2022-01-13 17:31:16 +03:00
agustin genoud
4579e5acf3 Spark version incompatibility with Delta
Calling the "latest" tag in "FROM jupyter/pyspark-notebook:latest" installs the Spark 3.2 version which is incompatible with delta lake ( https://docs.delta.io/latest/releases.html#-compatibility-with-as ). Installing the last version of Spark 3.1.x resolves the issue. In the jupyter docker repo that would be version 3.1.18
2022-01-12 20:24:39 -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
e1bee8d59b Better docs 2021-10-16 16:17:11 +03:00
Nick Crews
ba2e8d7716 Rename blacklist -> blocklist
A simple change, but also quite easy.

See https://en.wikipedia.org/wiki/Master/slave_(technology)
2021-10-15 11:34:15 -06: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
2863343b16 Merge branch 'master' into asalikhov/unify_bash_variables 2021-05-29 17:31:51 +03:00
Ayaz Salikhov
ab7683e6b6 Merge pull request #1331 from tbluejeans/new-delta-release
Updating the recipe for 1.0.0 release of delta
2021-05-29 15:21:47 +03:00
Tony
97de61d264 Update docs/using/recipes.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2021-05-29 14:07:48 +02: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
Antony Neu
e02f8e1414 updated 2021-05-25 11:56:40 +02:00
Ayaz Salikhov
b19ad8bef8 Improve docs 2021-05-23 00:26:34 +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
66aaa99176 Update links 2021-05-21 14:17:18 +03:00
Ayaz Salikhov
09db3a4c16 Fix more errors 2021-05-01 13:09:26 +03:00
Ayaz Salikhov
bf9660a054 Bunch of small refactorings and updates 2021-04-17 13:25:23 +03:00
romainx
2820438867 formatting 2021-04-01 07:00:00 +02:00
Antony Neu
ef46244450 Added whitespace 2021-03-27 10:30:43 +01:00
Antony Neu
1577d62798 Fixed issue with build arg 2021-03-27 10:20:56 +01:00
Tony
74fe49040b Add build arg for delta lake version
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:09:14 +01:00
Tony
fa8cea32f6 Add run of pyspark
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:08:54 +01:00
Tony
ed67f69ae2 Update docs/using/recipes.md
Co-authored-by: Romain <romainx@users.noreply.github.com>
2021-03-27 10:06:38 +01:00
Antony Neu
430b1cd57d Formatting 2021-03-21 16:04:47 +01:00
Antony Neu
646f9f4cd2 Added recipe for Delta lake 2021-03-21 16:01:38 +01:00
James Bourbeau
288fb0e1cc Update dask-labextension recipe for JupyterLab 3 2021-02-06 12:15:53 -06:00
Raphael Das Gupta
d6da5aef56 recipes: use COPY with --chown for jovyan's files
By default, Dockerfile's COPY creates files and directories with UID and
GID 0. (See https://docs.docker.com/engine/reference/builder/#copy)
When we put them in jovyan's $HOME or want jovyan to manipulate these
files, they should be owned by jovyan instead.

Specifically
https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#add-a-python-3-x-environment
failed with a "permission denied" error when the code for using an
environment.yml file was uncommented. I assume some of the other recipes
might have failed like that, too, but I didn't test them.
2020-10-09 19:18:11 +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
Ian Coffey
e243eeb0f6 add --no-cache-dir to autosklearn recipe 2020-05-15 18:03:18 -04:00
Ian Coffey
1a56c47dfe Improve formatting for autosklearn recipe 2020-05-14 10:25:18 -04:00
Ian Coffey
2dceea02d7 add a recipe around being able to install auto_sklearn 2020-04-22 09:55:14 -04:00
romainx
2ebcdc5884 #1060 Fix conda command to create env
`conda env create` is only to create environment from a `YAML` file.  Fixed the command in "Add a Python 3.x environment".

[Reference](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
2020-04-10 22:15:19 +02:00
Ray Bell
c063aa650e Add an image tag 2020-03-16 23:22:26 -04:00
Ray Bell
323c3a0348 fix hyperlink 2020-03-16 23:16:43 -04:00
Ray Bell
fcafc155db Update docs/using/recipes.md
Co-Authored-By: Peter Parente <parente@gmail.com>
2020-03-16 23:07:07 -04:00
Ray Bell
9e62b3c9d1 recipe: dask 2020-03-14 23:57:29 -04:00
romainx
ab000932e5 Clarification about the documentation #608 2020-02-28 05:28:17 +01:00
Michael Pilosov
315688223d instructions for python 3.x kernels with conda
this was surprisingly hard to find help for online that was up-to-date and worked with the stacks, contributing here in hopes it'll help others.
2019-12-11 11:51:27 -08:00
Peter Parente
0b2ced306b Add sudo recipe 2019-11-09 16:06:08 -05:00
echowhisky
167c686011 Merge branch 'master' into issue-861
Resolved conflicts between local branch and updates to the upstream
master.
2019-05-06 18:46:51 +00:00