romainx
b55015d6b8
Fix makefile
2020-02-12 09:07:06 +01:00
romainx
45d51e3b42
Bump to spark 2.4.5 + minor improvements
2020-02-11 21:30:47 +01:00
Peter Parente
3deefc7d16
Merge pull request #1004 from romainx/master
...
Remove sparklyr from datascience notebook
2020-02-09 20:39:06 -05:00
Peter Parente
e785214e53
Merge pull request #1006 from parente/datascience-tags-on-wiki
...
[ci skip] Show jupyter/datascience-notebook tags on the wiki
2020-02-09 20:38:14 -05:00
Peter Parente
f254a6376a
[ci skip] Show jupyter/datascience-notebook tags on the wiki
2020-02-09 20:35:05 -05:00
Peter Parente
9f4983c5d1
Fix == in bash script
...
Follow on from #998
2020-02-09 18:53:45 -05:00
Peter Parente
1c8073a927
Merge pull request #1005 from jupyter/translations_index-po--master_pt_BR
...
Translate '/docs/locale/en/LC_MESSAGES/index.po' in 'pt_BR'
2020-02-09 16:47:37 -05:00
transifex-integration[bot]
b263e3b354
Apply translations in pt_BR
...
translation completed for the source file '/docs/locale/en/LC_MESSAGES/index.po'
on the 'pt_BR' language.
2020-02-09 19:07:37 +00:00
romainx
d85a60e03a
Remove sparklyr from datascience notebook
2020-02-09 07:17:15 +01:00
Peter Parente
d2c9b7ad84
Merge pull request #998 from Nosferican/docker-hub-tags
...
Create apply_tags
2020-02-08 11:04:18 -05:00
Peter Parente
36bce75100
Merge pull request #1000 from romainx/master
...
Bump version of R packages
2020-02-08 10:38:33 -05:00
José Bayoán Santiago Calderón
47a5ad58ab
Update datascience-notebook/hooks/apply_tags
...
Co-Authored-By: Peter Parente <parente@gmail.com >
2020-02-04 21:32:44 -05:00
José Bayoán Santiago Calderón
6450189822
Update datascience-notebook/hooks/apply_tags
...
Co-Authored-By: Peter Parente <parente@gmail.com >
2020-02-04 21:32:35 -05:00
Guo Quan
a570f43cfb
Add ROOT_CONTAINER
to base-notebook
...
Add another layer of abstraction to the base container, namely the root container `ROOT_CONTAINER`, so that the user can have the flexibility to build the whole series of images with `make` based on a different base image.
2020-02-04 14:34:23 -05:00
José Bayoán Santiago Calderón
231241fe6d
Fix extra space typo.
2020-02-01 13:08:58 -05:00
José Bayoán Santiago Calderón
51a2db8d1f
ACR
...
Address code review.
- Added apply_tags to post_push
- Verified output for versions
2020-02-01 13:04:39 -05:00
romainx
4c128327f4
fix duplicate and hardcoded value in makefile
2020-01-31 19:40:42 +01:00
romainx
03ec0a592d
Bump version of R packages
2020-01-30 19:01:44 +01:00
Peter Parente
414b5d7497
Merge pull request #991 from jgwerner/update-dockerfile
...
chore: Replace ADD with COPY
2020-01-29 22:37:33 -05:00
José Bayoán Santiago Calderón
6fb99219fb
Standardize the Julia version
...
Julia prints a bit more so we make it conformant with the rest.
2020-01-29 10:54:37 -05:00
José Bayoán Santiago Calderón
a54d90172d
Create apply_tags
...
Draft!
2020-01-29 10:51:37 -05:00
Peter Parente
29e069665f
Fix missed base64 decode from last PR
2020-01-29 09:52:54 -05:00
Peter Parente
8fe5ea98f2
Merge pull request #997 from parente/fix-deploy-key-format
...
Fix ssh deploy key format
2020-01-29 09:38:19 -05:00
Peter Parente
171ba82a30
Fix ssh key format
...
New Docker Hub UI loses newlines in the env
var settings. Loss of new lines leads ssh-add
to prompt and fail when loading the key.
Base64 encode and decode the key to workaround
the limitation.
2020-01-29 09:37:04 -05:00
Peter Parente
357e75831b
Merge pull request #995 from stevenstetzler/stevenstetzler-patch-symlink
...
Fall back on symlink if mv fails
2020-01-29 08:28:32 -05:00
Peter Parente
437f1ef927
Merge pull request #994 from maresb/patch-1
...
bump version numbers and add periods before *
2020-01-28 07:57:17 -05:00
Ben Mares
cd5df45a9c
upgrade tensorflow to 2.1
2020-01-28 09:18:20 +01:00
Ben Mares
78fa3df88f
bump version numbers and add periods before *
2020-01-27 23:38:05 +01:00
Greg
65825553e7
replace ADD with COPY
...
Signed-off-by: Greg <werner.greg@gmail.com >
2020-01-25 11:22:54 -05:00
Min RK
e00fd05364
install pip explicitly ( #989 )
...
install pip explicitly
2020-01-23 17:10:19 +01:00
Min RK
9c8ac72323
update miniconda to 4.7.12.1
2020-01-23 16:40:48 +01:00
Min RK
fc6022aa61
install pip explicitly
...
it should be there automatically, but no harm in being explicit
2020-01-23 10:04:18 +01:00
Min RK
75519a5751
Merge pull request #981 from flixr/update-bokeh
...
scipy-notebook: update bokeh
2020-01-21 15:15:05 +01:00
Min RK
411af49831
Merge pull request #986 from consideRatio/maintenance-bump-of-ubuntu
...
Bump Ubuntu 18.04 to latest build
2020-01-21 15:14:49 +01:00
Erik Sundell
525b3c0f62
Bump Ubuntu 18.04 to latest build
2020-01-21 10:24:46 +01:00
Min RK
140e7cc237
Merge pull request #985 from consideRatio/bump-base-notebook-jhub-jlab
...
Bump: notebook (6.0.0 > 6.0.2), jupyterhub (1.0.0 > 1.1.0), jupyterlab (1.2.1 > 1.2.5).
2020-01-21 10:17:00 +01:00
stevenstetzler
56e54a7320
Fall back on symlink if mv fails
2020-01-19 23:00:24 -08:00
Travis CI
ca3d8b74aa
[ci skip] Update en source strings (build: 1410.1)
2020-01-20 04:43:28 +00:00
Peter Parente
d4e60350af
Merge pull request #973 from mathematicalmichael/patch-1
...
instructions for python 3.x kernels with conda
2020-01-19 23:42:38 -05:00
Peter Parente
0573bc18fe
Merge pull request #982 from flixr/update-dask
...
scipy-notebook: update dask and h5py
2020-01-19 23:38:31 -05:00
Peter Parente
4011ed5484
Merge pull request #970 from mathbunnyru/asalikhov/fix_issue_template_typo
...
Fix issue template typo
2020-01-19 23:34:10 -05:00
Peter Parente
ef2b423abe
Merge pull request #980 from kjfergu/master
...
Update to Julia 1.3.0
2020-01-19 23:32:15 -05:00
Peter Parente
d73f472b32
Merge pull request #924 from adriendelsalle/patch-1
...
Modify the way to change user uid/gid
2020-01-19 23:31:00 -05:00
Erik Sundell
043fabb4d5
Bumped notebook, jupyterhub, jupyterlab versions
2020-01-17 16:29:54 +01:00
Felix Ruess
fc64a7744a
scipy-notebook: update bokeh
2020-01-05 11:43:33 +01:00
Felix Ruess
75543fe76d
scipy-notebook: update dask and h5py
2020-01-05 11:42:45 +01:00
Kevin
0d7d8d5db7
Update to Julia 1.3.1
...
Updated Julia version number and checksum to have Julia 1.3.1 be installed instead of 1.2.0.
2020-01-03 15:10:23 -07:00
Kevin
e06ce058a2
Update to Julia 1.3.1
...
Updated the install commands for Julia to use version 1.3.1 instead of 1.2.0
2020-01-03 15:06:58 -07: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
cd158647fb
Merge pull request #971 from AllOtherUserNamesTaken/update-to-ubuntu-18.04-(bionic)-from-2019-10-29
...
Update ubuntu base image.
2019-12-09 08:36:42 -05:00