Peter Parente
628fbcb24a
Merge pull request #404 from pando85/master
...
[Update] Spark updated to 2.1.1
2017-06-24 10:49:40 -04:00
Pando85
e304b3a787
[Update] Update spark version in pyspark-notebook and all-spark-notebook README
2017-06-24 16:12:59 +02:00
Pando85
93683ee25f
[Update] Spark updated to 2.1.1
2017-06-24 14:12:21 +02:00
Peter Parente
d7b570a16d
Merge pull request #403 from parente/fix-includedir
...
Revert "Fix sudoers.d inclusion on debian img (fix #394 )"
2017-06-21 16:56:04 -04:00
Peter Parente
19b9d93305
Revert "Fix sudoers.d inclusion on debian img ( fix #394 )"
...
This reverts commit 4b3b6697e7
.
2017-06-21 07:07:13 -05:00
Peter Parente
df7a34bebe
Merge pull request #397 from Stibbons/start_logs_pr
...
Add logs to start.sh
2017-06-09 22:50:34 -04:00
Peter Parente
4947f58181
Merge pull request #396 from Stibbons/fix_sudoers_pr
...
Fix sudoers.d inclusion with debian img (fix #394 )
2017-06-09 22:06:45 -04:00
Peter Parente
74a1bc97ba
Merge pull request #393 from minrk/singleuser-start
...
singleuser-start adjustments
2017-06-09 21:56:02 -04:00
Peter Parente
89fcf0fe80
Merge pull request #391 from saulshanabrook/patch-1
...
Update Tensorflow example
2017-06-09 21:54:58 -04:00
Gaetan Semet
7dc0fc86ec
Add logs to start.sh
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net >
2017-06-08 15:13:24 +02:00
Gaetan Semet
4b3b6697e7
Fix sudoers.d inclusion on debian img ( fix #394 )
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net >
2017-06-08 15:11:36 +02:00
Min RK
2e160bb941
launch single-user entrypoint if JUPYTERHUB_API_TOKEN is defined
...
DockerSpawner sets certain environment variables, so assume jupyterhub entrypoint when defined
2017-06-07 13:04:31 +02:00
Min RK
0805573e09
invoke start.sh in start-singleuser.sh
...
ensures common behavior of things like GRANT_SUDO
2017-06-07 12:49:48 +02:00
Min RK
2689d1d367
Merge pull request #392 from parente/fix-missing-home-chown
...
Fix chown of $NB_USER home
2017-06-06 10:11:09 +02:00
Peter Parente
45624afa1b
Fix chown of $NB_USER home
2017-06-04 11:09:24 -04:00
Peter Parente
2eee78f797
Merge pull request #388 from minrk/nothing-in-home
...
finish removing files from $HOME
2017-06-04 10:55:45 -04:00
Saul Shanabrook
817da42414
Update Tensorflow example
...
`initialize_all_variables` is deprecated, although it still works, and `global_variables_initializer` is the replacement.
2017-06-04 10:49:30 -04:00
Min RK
877a95d162
add JULIA_PKGDIR to chown in start.sh
2017-05-27 18:35:25 -07:00
Min RK
e4c54c9002
finish removing files from $HOME
...
- mplimporthook should be obsolete with matplotlib 2.0
- curlrc seems to be obsolete now (updates to base image?)
- set WORKDIR to $HOME instead of $HOME/work (leave work there for compatibility)
2017-05-27 18:25:26 -07:00
Peter Parente
11be019e40
Merge pull request #387 from stolho/master
...
Change GID of NB_USER to NB_GID if NB_GID is passed as a parameter
2017-05-26 22:24:14 -04:00
Peter Parente
174fc496c0
Merge pull request #386 from minrk/system-julia
...
install Julia packages in /opt/julia
2017-05-26 22:22:29 -04:00
Stanislav Khotinok
ac9620e4a9
Added description of NB_GID to README.md files
2017-05-26 13:26:56 +02:00
Stanislav Khotinok
00591d836e
Removed empty spaces
2017-05-18 16:29:51 +02:00
Stanislav Khotinok
77ea89d223
Added possibility to change GID of the NB_USER if NB_GID
2017-05-18 16:06:15 +02:00
Min RK
f67f974c3d
install Julia packages in /opt/julia
2017-05-17 08:39:09 -07:00
Peter Parente
bb222f4922
Merge pull request #375 from minrk/system-wide
...
reduce files in home directory a bit
2017-05-16 13:54:43 -04:00
Peter Parente
1e3aa15606
Merge pull request #383 from minrk/override-port
...
singleuser: allow overriding port with JPY_PORT env
2017-05-16 13:54:28 -04:00
Min RK
c4a00292a9
singleuser: allow overriding port with JPY_PORT
2017-05-15 11:56:22 +02:00
Peter Parente
cfddc5a316
Merge pull request #380 from jbn/master
...
Add fonts-liberation requirement, fix #372
2017-05-12 12:12:43 -04:00
Peter Parente
86ee445e7e
Merge pull request #378 from seth-priya/master
...
Updated patch file to build base-notebook Dockerfile on ppc64le
2017-05-12 12:09:30 -04:00
John B Nelson
4594cb2a45
Add fonts-liberation requirement, fix #372
2017-05-11 10:20:56 -07:00
Priya Seth
976994a17e
Updates to the ppc64le Dockerfile and patch file
2017-05-11 13:01:01 -04:00
Priya Seth
9d96a0bda3
Update ppc64le Dockerfile and regenerate patch file
2017-05-11 12:49:25 -04:00
Priya Seth
fdc5f4d891
Updated patch file to build base-notebook Dockerfile on ppc64le
2017-05-09 06:11:12 -04:00
Min RK
b82162e925
make /etc/jupyter jovyan-owned
2017-05-04 14:36:35 +02:00
Min RK
c6e5e289dd
reduce files in home directory
...
- add a few missing `--system` flags to conda config
- install default notebook config to /etc/jupyter instead of ~/.jupyter
- add a few missing `conda clean`s
2017-05-02 13:26:35 +02:00
Peter Parente
599db13f91
Merge pull request #374 from naveenkumarmarri/master
...
changes for accomomdating lmodern
2017-04-30 22:59:51 -04:00
Vishu Dontham
3431d0cdbd
changes for accomomdating lmodern
2017-04-30 20:22:18 +05:30
Peter Parente
ef9ef70703
Merge pull request #373 from naveenkumarmarri/master
...
PR for issue #367
2017-04-29 21:05:06 -04:00
Vishu Dontham
c49a3cfdd7
changed the version of mesos to avoid backward compatibility issue
2017-04-30 02:58:53 +05:30
Peter Parente
eada2707c2
Clean up known issues in README
...
* Mesos issue for https://github.com/jupyter/docker-stacks/issues/330
* Remove jpeg pinning note (it was unpinned a while ago)
2017-04-22 14:15:10 -04:00
Peter Parente
02672dc083
Fix notebook version documented in READMEs
2017-04-22 13:23:27 -04:00
Min RK
eb70bcf1a2
Merge pull request #366 from parente/update-notebook-5.0
...
Bump to notebook 5.0, jupyterlab 0.18
2017-04-05 11:04:36 +02:00
Peter Parente
9e32052046
Bump to notebook 5.0, jupyterlab 0.18
2017-04-04 22:20:17 -04:00
Peter Parente
f23b8f9894
Merge pull request #365 from natbusa/patch-1
...
bumped spark version in the readme to 2.1.0
2017-04-01 22:51:43 -04:00
Natalino Busa
3bf772d32b
bumped spark version in the readme to 2.1.0
2017-04-02 00:48:55 +02:00
Peter Parente
c33a7dc0ee
Merge pull request #355 from minrk/jupyterlab
...
add jupyterlab 0.17 to minimal-notebook
2017-03-17 14:17:10 -04:00
Min RK
9e056d61b7
Merge pull request #354 from dleehr/master
...
Adds texlive-xetex package
2017-03-16 20:21:30 +01:00
Min RK
508bbcad7f
add jupyterlab 0.17 to minimal-notebook
2017-03-16 16:48:49 +01:00
Dan Leehr
f896eb186e
Adds texlive-xetex package
...
texlive-xetex provides xelatex, fixing `nbconvert failed: xelatex not found on PATH` issue
2017-03-16 10:14:43 -04:00