Commit Graph

328 Commits

Author SHA1 Message Date
romainx
f9167c2619 strict channel priority is no more necessary 2020-11-14 11:56:53 +01:00
romainx
d7b51cf6b8 Add checksum in the dockerfile instead of downloading it 2020-11-13 21:40:45 +01:00
romainx
96ab5502e1 Miniconda -> Miniforge 2020-11-13 17:55:31 +01:00
romainx
0f2a7473c4 Regular update 2020-11-05 20:55:18 +01:00
romainx
32090f6011 Update docker stack 2020-11-20
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`
2020-10-20 11:36:34 +02:00
Ayaz Salikhov
5b678ca407 Fix bashate style issues 2020-09-30 16:46:33 +03:00
Ayaz Salikhov
e3085ca89e Merge branch 'master' into asalikhov/py_codestyle 2020-09-28 06:37:23 +03:00
Romain
332db3db9e Merge pull request #1166 from jan-janssen/master
Activate conda base environment by default
2020-09-26 06:46:13 +02:00
Romain
9c97376140 Merge pull request #1159 from romainx/stack_update
Stack update
2020-09-26 05:46:22 +02:00
Jan Janssen
9553e22546 Update Dockerfile 2020-09-25 11:35:06 +02:00
Jan Janssen
0d5de3de64 Update Dockerfile 2020-09-25 11:34:18 +02:00
Jan Janssen
d5ade51615 Update Dockerfile 2020-09-20 13:06:33 +02:00
Jan Janssen
76fd840df4 Update Dockerfile 2020-09-20 13:04:32 +02:00
Jan Janssen
aaa10c4e88 Update Dockerfile 2020-09-20 13:02:53 +02:00
Jan Janssen
0fdbb3bef9 Update Dockerfile 2020-09-20 12:57:17 +02:00
Jan Janssen
07dcef2109 Write __conda_setup to ~/.profile
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.
2020-09-20 12:41:17 +02:00
John
83ec89d4bc Update Dockerfile 2020-09-19 18:59:31 +02:00
romainx
325dd5b3e2 Fix build (hope)
- miniconda versions and arguments
- remove useless hd5 install (dependency of h5py)
- pin the version of pyarrow
2020-09-19 17:27:47 +02:00
romainx
78c70dce88 Stack update (partial)
Following images updated

- `base-notebook`
- `scipy-notebook`
- `tensorflow-notebook`
- `tensorflow`
- `datascience-notebook`
- `r-notebook`
2020-09-19 07:17:45 +02:00
romainx
39dc7752e8 Fixed test test_cli_args
Changed `""` into `''` to pass an empty token. Seems to be linked to this warning:
```
/opt/conda/lib/python3.8/site-packages/traitlets/traitlets.py:2195: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use '' instead of "''" – or use CUnicode.
```

Added debug information (ouput of the command line).
2020-09-10 20:00:24 +02:00
Greg
e95f3c5e86 add -f option with groupadd
Signed-off-by: Greg <werner.greg@gmail.com>
2020-08-20 20:19:39 -04:00
Chance Zibolski
a1e40faed8 base-notebook: Update notebook to 6.1.3 and jupyterlab to 2.2.5 2020-08-20 09:22:05 -07:00
Ayaz Salikhov
530e2b3834 Merge branch 'master' into asalikhov/py_codestyle 2020-08-16 20:02:40 +03:00
Peter Parente
1031477369 [ci skip] Update READMEs visible on Docker Hub 2020-08-08 15:09:02 -04:00
Peter Parente
5758b59314 Fix SOURCE_COMMIT -> GITHUB_SHA references 2020-08-01 00:12:07 -04:00
Peter Parente
d2cb805740 Clean up hook debugs, leftovers 2020-07-30 07:50:23 -04:00
Peter Parente
0f1ebea3c7 Fix missing container wait in test 2020-07-30 07:50:16 -04:00
Peter Parente
34e73d4f6b Refactor wiki hooks for Actions 2020-07-30 07:49:00 -04:00
Ayaz Salikhov
ec31300c6a Update ubuntu image 2020-07-12 21:55:55 +02:00
Peter Parente
ea01ec4d9f Merge pull request #1120 from Bidek56/miniconda-4.8.3
Upgrading Ubuntu, miniconda and jupyterlab
2020-07-12 15:40:26 -04:00
Harry Weppner
2dd822dd6f suppress "id: jovyan: no such user" message during start 2020-07-06 18:14:04 -07:00
Darek
9441d4462d Upgrading based Ubuntu, miniconda and jupyterlab 2020-07-05 14:55:37 +00:00
Ayaz Salikhov
94cd03d6b9 Fix python codestyle 2020-07-04 18:30:53 +02:00
Darek
da246268af Upgrading miniconda to py38 2020-06-18 12:47:16 +00:00
Peter Parente
3923ac6267 Merge branch 'master' into asalikhov/ubuntu_focal 2020-06-17 22:26:32 -04:00
Ayaz Salikhov
d4a632faef Fix bash files codestyle 2020-06-13 20:32:52 +02:00
Peter Parente
d16063e623 Merge branch 'master' into asalikhov/ubuntu_focal 2020-06-13 13:26:20 -04:00
Romain
5e6645d137 Ignore DL3006 and DL3008 by default 2020-06-01 06:23:44 +02:00
Romain
2ce0b49fb5 Final review 2020-05-30 05:44:53 +02:00
Romain
64c143d3cd Merge branch 'master' into hadolint 2020-05-29 18:44:45 +02:00
Ayaz Salikhov
a2086ce626 Start using Ubuntu 20.04 (focal) 2020-05-28 10:42:03 +02:00
Romain
e3558be988 First lint + fix implemented 2020-05-28 06:24:54 +02:00
Peter Parente
0e899a56aa Merge branch 'master' into PR_jupyterlab_2113 2020-05-26 23:14:55 -04:00
Dirk Grunwald
8ff8e2cff1 upgrade jupyterlab to 2.1.3 to avoid npm delay 2020-05-26 21:29:32 +00:00
Ayaz Salikhov
9096270368 Print image size in manifest 2020-05-26 15:07:25 +02:00
Peter Parente
61fc6377d5 Merge branch 'master' into ppc64le 2020-05-24 09:47:05 -04:00
romainx
5519470151 Fix comment 2020-05-21 21:28:11 +02:00
Oscar de la Torre
9bc523a3dd Updating code from current Dockerfile
Updating miniconda version to 4.8.2
2020-05-19 16:49:10 -05:00
Romain
c26781abc5 Merge branch 'master' into #1077 2020-05-05 06:34:19 +02:00
Romain
e10f2d1347 Merge branch 'master' into #1077 2020-05-03 20:19:34 +02:00