- 25 Oct, 2020 1 commit
-
-
Romain authored
recipes: use COPY with --chown for jovyan's files
-
- 21 Oct, 2020 3 commits
-
-
GitHub Actions authored
-
Romain authored
Update docker stacks 2020-11-20
-
romainx authored
-
- 20 Oct, 2020 2 commits
-
-
romainx authored
-
romainx authored
The following changes have been made. - `base-notebook` - `Changed`: Bump Ubuntu - `Changed`: Bump conda - `Fixed`: Add missing `apt-get clean` - `minimal-notebook` - `Removed`: `jed` editor see #1174 (partial) - `Deprecated`: `emacs` editor (in the documentation and in the image) see #1174 (partial) - `scipy-notebook` - `Fixed`: Add missing `apt-get clean` - `Changed`: Bump `dask` - `Changed`: Bump `protobuf` - `r-notebook` - `Changed`: Bump `r-base` - `Changed`: Bump `r-rmarkdown` - `Removed`: The description of `tidyverse` packages because it's not the place to do that and it will always be obsolete. - `datascience-notebook` - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial) - `Removed`: `plyr` package because it's retired fixes #1103 - `Removed`: `r-reshape2` package because it's retired fixes #1103 - `Changed`: Bump `r-rmarkdown` - `Changed`: Bump Julia - `tensorflow-notebook` - `Changed`: Bump `tensorflow` - `pyspark-notebook` - `Fixed`: Add missing `apt-get clean` - `Changed`: Bump `pyarrow` - `all-spark-notebook` - `Fixed`: Add missing `apt-get clean` - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial) - `Changed`: Bump `r-sparklyr`
-
- 12 Oct, 2020 2 commits
-
-
GitHub Actions authored
-
Romain authored
Run pre-commit hooks server side
-
- 10 Oct, 2020 1 commit
-
-
Raphael Das Gupta authored
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.
-
- 06 Oct, 2020 2 commits
-
-
Ayaz Salikhov authored
-
Ayaz Salikhov authored
-
- 05 Oct, 2020 2 commits
-
-
GitHub Actions authored
-
Romain authored
nano -> nano-tiny
-
- 01 Oct, 2020 1 commit
-
-
Romain authored
Fix bashate style issues
-
- 30 Sep, 2020 2 commits
-
-
Ayaz Salikhov authored
-
romainx authored
-
- 29 Sep, 2020 1 commit
-
-
Romain authored
Fix python codestyle
-
- 28 Sep, 2020 4 commits
-
-
Ayaz Salikhov authored
-
Ayaz Salikhov authored
-
Ayaz Salikhov authored
-
Ayaz Salikhov authored
-
- 27 Sep, 2020 1 commit
-
-
Romain authored
Matplotlib test refactoring (Follow-on PR #1169)
-
- 26 Sep, 2020 4 commits
- 25 Sep, 2020 3 commits
-
-
Mark Dean authored
-
Jan Janssen authored
-
Jan Janssen authored
-
- 20 Sep, 2020 7 commits
-
-
Jan Janssen authored
-
Jan Janssen authored
-
Jan Janssen authored
-
Jan Janssen authored
-
Jan Janssen authored
Some conda packages rely in the `conda activate` to set the corresponding environment variables, therefore just including the `bin` directory in the `PATH` is not sufficient.
-
Romain authored
Update Dockerfile fix spelling
-
John authored
-
- 19 Sep, 2020 4 commits
-
-
romainx authored
- miniconda versions and arguments - remove useless hd5 install (dependency of h5py) - pin the version of pyarrow
-
romainx authored
-
romainx authored
Following images updated - `base-notebook` - `scipy-notebook` - `tensorflow-notebook` - `tensorflow` - `datascience-notebook` - `r-notebook`
-
GitHub Actions authored
-