Commit Graph

120 Commits

Author SHA1 Message Date
AllOtherUserNamesTaken
a83e18b340 Update ubuntu base image.
Twistlock vulnerability scanning showed OS issues removable by upgrading of package versions.
2019-12-07 13:55:48 +02:00
Sang Han
8bce6dc3aa allow configuring python version using buildarg 2019-11-19 14:22:00 -08:00
Peter Parente
b7b941cd8d Merge pull request #957 from flixr/jupyterlab_1.2.1
update jupyterlab to 1.2.1
2019-11-09 17:16:04 -05:00
Peter Parente
3163904f1a Merge pull request #942 from ilveroluca/pr/fix-perms
Make fix-permissions executable by all
2019-11-09 15:32:36 -05:00
Peter Parente
fe64133b9c Merge pull request #940 from ilveroluca/dont_upgrade
Don't upgrade base image
2019-11-09 15:31:29 -05:00
Felix Ruess
df3b6652c7 update jupyterlab to 1.2.1 2019-11-08 11:27:32 +01:00
Luca Pireddu
31b84775a3 Make fix-permissions executable by all 2019-09-24 16:23:03 +02:00
Luca Pireddu
65d8260880 Don't upgrade base image; clean cached deb files after apt-get install 2019-09-18 13:59:15 +02:00
edurenye
500858a013 Update Miniconda to 4.7.10 and conda to 4.7.12 2019-09-16 15:24:01 +02:00
Manny Cato
2a05797b89 Address updating base notebook to jupyterlab 1.1.3 2019-09-10 10:14:51 -07:00
Jeff
a667552e78 Option to enable restart without exiting container
Add optional environment variable RESTARTABLE to enable Jupyter to
be restarted without causing the container to exit.  When the variable
is set, run-one-constantly (from the Ubuntu run-one package) is
inserted into the Jupyter startup command.
2019-08-02 11:17:04 -06:00
Travis CI
374207fad6 Update conda and jupyterlab 2019-07-27 13:32:04 -04:00
Chia-liang Kao
82c66752db Bump notebook to 6.0.0 and jupyterlab to 1.0.2 2019-07-27 13:30:03 -04:00
Min RK
0fe100ed78 Merge pull request #896 from minrk/conda-47
conda 4.7.5
2019-07-16 14:33:49 +02:00
Min RK
f298609f78 Merge pull request #901 from jamesdbrock/jupyterlab_bokeh-1.0.0
jupyterlab_bokeh@1.0.0 (rebase on PR #894) for JupyterLab 1.0.0
2019-07-16 14:32:12 +02:00
Min RK
20590f43eb jupyterlab 1.0.1
has fixed dependencies
2019-07-04 14:38:05 +02:00
Min RK
50ae9cdea4 conda 4.7.5
much faster installs

had to move WORKDIR $HOME up due to tempfile permission issues with conda 4.7
2019-07-04 13:29:28 +02:00
Min RK
4c2fed05a6 bump ubuntu base 2019-07-04 10:54:37 +02:00
James Brock
2743b35585 Pin conda version to $CONDA_VERSION
Pin the conda version so that a call to `conda update --all` will not
cause conda to update itself to a higher version with possible breaking
changes.

Motivating example: Upgrade from __4.6.*__ to __4.7.5__ causes the build to fail
due to a conda error:

    [Errno 13] Permission denied: '/.cph_tmpilpdzq7x'

Resolves #891
2019-07-02 10:02:44 +09:00
Dan Allan
ac833a375e Bump JupyterLab and remove hub-extension. 2019-07-01 17:25:02 -04:00
Min RK
46a80c13a7 jupyterhub 1.0 2019-05-10 09:52:08 +02: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
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
c83aec5f33 changed -tipsy flag to --all -y
Following the discussion in issue #861, this changes the `conda clean`
flags.
2019-05-04 16:33:25 +00:00
Chia-liang Kao
95dfb85e60 Update to JupyterLab 0.35.5
This contains a fix for chrome download file bug: https://github.com/jupyterlab/jupyterlab/pull/6232#issuecomment-486618455
2019-04-25 20:58:27 +08:00
Alasdair Tran
74da0d544f Let the Python patch version float 2019-04-21 16:46:44 -04:00
Alasdair Tran
825ea4d6a8 Pin Python version 2019-04-21 16:46:05 -04:00
Graham Dumpleton
d52c70231b Disable su/sudo access unless sudo explicitly enabled for a specific user using GRANT_SUDO. 2019-04-08 11:09:34 +10:00
Min RK
c18535d7af bump notebook, jupyterhub
with security fixes
2019-04-01 13:13:08 +02:00
Peter Parente
0023598a65 Force color only exists in the /etc/skel/.bashrc 2019-03-13 08:02:54 -04:00
Peter Parente
f081d9efd7 Enable color prompts 2019-03-12 21:00:02 -04:00
Min RK
dd03a7e5cd notebook 5.7.5
and conda to 4.6.7
2019-03-06 13:20:18 +01:00
Thijs Walcarius
a252cfa173 Fix for build error #807
Fix permissions in parent dir of $CONDA_DIR instead of $CONDA_DIR
2019-02-14 09:20:14 +01:00
Tim Ryan
3fc28b67e0 Remove apt-get clean command. Unecessary on official Ubuntu images. 2018-12-17 10:40:58 -05:00
Min RK
be4fd6705b notebook 5.7.2 2018-11-19 10:28:45 +01:00
Peter Parente
d12c594540 Merge pull request #758 from clkao/jupyterlab-0.35
Update JupyterLab and extensions to 0.35.4
2018-11-15 12:14:14 -05:00
Chia-liang Kao
432c3f0047 Update JupyterLab and extensions to 0.35.4 2018-11-09 12:03:59 +08:00
Darek
fdaf3d867d Upgrading Miniconda3 version to install Python 3.7 2018-11-08 23:40:28 +00:00
ericdill
9c11f4b8df Revert to lab 0.34.12 and fix associated extensions 2018-10-25 21:09:08 +02:00
ericdill
6104833f58 Bump to 0.35 2018-10-25 12:45:27 +02:00
ericdill
a1cc83bc69 Bump to latest point releases 2018-10-25 12:40:29 +02:00
Peter Parente
ebb42274ac Merge pull request #720 from rwmajor2/build_user_args
Changed Dockerfile for USER/ID/GID to be Docker build arguments
2018-10-24 09:01:23 -04:00
Bill Major
4d273b48e8 Made Docker ags same as ENV var names 2018-10-23 09:49:42 -04:00
Bill Major
6513fe755e Changed Dockerfile for USER/ID/GID to be Docker build arguments 2018-10-23 09:49:42 -04:00
graemes
1d763bbac5 Convert FROM specification to ARG (#727) 2018-10-19 18:52:27 +01:00
Peter Parente
e8048a25dc Fix builds by updating to compatible versions 2018-10-18 10:18:52 -04:00
Iyán Méndez Veiga
8fd9b55c18 Update jupyterlab & extensions 2018-08-21 20:24:38 +02:00
Peter Parente
3a547137f3 Update JupyterHub to 0.9.x 2018-08-05 11:57:04 -04:00
Amit Rathi
25181541de Bump up jupyterlab & extensions version 2018-07-31 13:27:07 +05:30
John Kirkham
0bfb920e02 Install tini from conda-forge
Switches to getting `tini` from `conda-forge`.
2018-07-19 22:56:48 -04:00