Min RK
37af023956
Merge pull request #438 from fouding/patch-2
...
fix condition-testing syntax bugs
2017-08-16 15:19:07 +02:00
fouding
75742278ce
fix condition-testing syntax bugs
2017-08-16 17:17:09 +08:00
Min RK
5ded1de072
Merge pull request #431 from minrk/docker-args
...
make jupyterhub env->cli args optional
2017-08-11 11:35:22 +02:00
Min RK
3146037b6f
quote NOTEBOOK_DIR
2017-08-11 10:27:16 +02:00
Min RK
cc9feab481
Merge pull request #433 from minrk/rm-py2
...
Remove Python 2
2017-08-11 10:26:09 +02:00
Min RK
32b3d2bec2
Remove Python 2
...
Only Python 3 from now on
2017-08-10 16:08:30 +02:00
Min RK
695a97e4a0
make jupyterhub env->cli args optional
...
DockerSpawner will stop passing these args,
so make them optional.
2017-08-10 15:40:35 +02:00
Min RK
82b978b3ce
Merge pull request #428 from minrk/ubu
...
proposal: base image on ubuntu:16.04 (LTS)
2017-08-10 14:53:35 +02:00
Peter Parente
0c68990e93
Merge pull request #425 from minrk/warn-ignored-config
...
warn about unused config
2017-08-09 16:39:44 -04:00
Peter Parente
2a0a74fc81
Merge pull request #424 from akhmerov/patch-1
...
update home folder and username on startup
2017-08-09 16:38:20 -04:00
Min RK
0351f0c3b7
base image on ubuntu:16.04
2017-08-09 11:07:29 +02:00
Min RK
e91827d358
keep accepting 'yes' for GRANT_SUDO
2017-08-09 10:23:01 +02:00
Min RK
489bc324e2
warn about unused config
...
if some env vars are set that aren't used,
complain about it so behaviour is a bit less surprising
2017-08-07 16:07:53 +02:00
Anton Akhmerov
599bb5a3e3
update home folder and username on startup
...
closes #414
2017-08-03 18:08:35 +07:00
Peter Parente
b4dd11e16a
Merge pull request #420 from minrk/fix-check-root
...
start.sh: fix check for if we are root
2017-07-21 10:02:21 -04:00
Min RK
9e6b4a5345
start.sh: fix check for if we are root
...
UID env is not set when launching as root, use `id -u` check instead
2017-07-21 14:33:44 +02:00
Peter Parente
608d828c25
Merge pull request #417 from uodna/upgrade-spark-2.2.0
...
Upgrade Spark to 2.2.0
2017-07-20 00:02:16 -04:00
uodna
c740fbb1ca
Upgrade Spark to 2.2.0
2017-07-18 23:50:18 +09:00
Min RK
c1b0cf6bf4
Merge pull request #413 from parente/docker-cloud
...
Enable master branch build-tag-push on Docker Cloud
2017-07-11 13:34:22 +02:00
Peter Parente
f45bc50e8d
DOC: Update maintainer info for Docker Cloud
2017-07-09 16:38:05 -04:00
Peter Parente
e1e3f24b5d
Docker Cloud build phase hooks
...
Must be located in the root of each docker build context
i.e., every stack folder
2017-07-09 15:59:19 -04:00
Peter Parente
8e15d329f1
Merge pull request #407 from parente/miniconda-py36-spy
...
miniconda 4.3.x, python 3.6, spylon 0.4, sparklyr
2017-06-28 21:00:20 -05:00
Peter Parente
d968de73b0
Add r-sparklyr
2017-06-26 23:59:35 -04:00
Peter Parente
b114a06f75
Use R packages from conda-forge
2017-06-26 23:57:47 -04:00
Peter Parente
2edefe2797
Prefer conda-forge pkgs
2017-06-26 23:57:31 -04:00
Peter Parente
ceba183f27
Update miniconda3 to 4.3.21, Python 3.6
2017-06-25 12:54:08 -04:00
Peter Parente
64b05ca117
Update spylon-kernel to 0.4.x
2017-06-25 12:53:58 -04:00
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