Peter Parente
4b8a63cfad
Merge pull request #655 from minrk/bumps
...
bump some packages
2018-06-13 00:06:09 -04:00
Peter Parente
6fcdb2bfa2
Update quickstart examples for nb 5.5
2018-06-09 15:19:13 -04:00
Peter Parente
e7000ca141
Merge pull request #656 from aaronjswank/master
...
Updated recipe for pip and added conda example.
2018-06-08 19:45:12 -04:00
Swank, Aaron J
36d5515776
Removed extra COPY from Dockerfile instructions
2018-06-08 14:49:57 -04:00
Swank, Aaron J
a1ef9cb290
Updated recipe for pip and added conda example.
...
Updated the recipe for pip to include requirements.txt file.
Also included example for using conda to install packages.
2018-06-08 11:12:49 -04:00
Min RK
d65fa651e0
bump some packages
...
- notebook 5.5
- matplotlib 2.2
- pandas 0.23
- scipy 1.1
- scikit-image 0.14
- statsmodels 0.9
2018-06-07 10:57:39 +02:00
Min RK
59904dd777
Merge pull request #654 from jupyter-on-openshift/remove-writable-group
...
Lock down ability to run su command.
2018-06-07 10:50:28 +02:00
Graham Dumpleton
47e120db74
Restrict su to users in group wheel so can't be used when run as random uid not in passwd file.
2018-06-07 10:02:31 +10:00
Graham Dumpleton
fce599596e
Remove writable group file due to issues with being able to give su access when shouldn't be allowed.
2018-06-06 14:21:03 +10:00
J Forde
cf57ef145d
Merge pull request #651 from parente/more-docs
...
Community stacks documentation
2018-06-05 12:08:59 -04:00
Min RK
882915fe67
Merge pull request #652 from gurvindersingh/master
...
upgrade tini to latest version 0.18.0
2018-06-05 18:02:22 +02:00
Gurvinder Singh
3c0220cf17
upgrade tini to latest version 0.18.0 and also added the option to send signal to all child group processes as mentioned in docs
...
https://github.com/krallin/tini#process-group-killing
2018-06-04 16:49:25 +02:00
Peter Parente
9641089837
Add sphinx linkcheck to travis build
2018-06-03 21:00:53 -04:00
Peter Parente
0ad2745a01
Address code review comments, add screenshots
2018-06-03 20:58:17 -04:00
Peter Parente
0f9a9c2db2
[ci skip] Add missing link
2018-06-02 22:45:33 -04:00
Peter Parente
c9f699a814
[ci skip] Write remaining community stack sections
2018-06-02 22:44:04 -04:00
Peter Parente
355f980d67
[ci skip] Cleanup wording
2018-06-02 22:44:04 -04:00
Peter Parente
0f73f7488f
Merge pull request #650 from parente/more-docs
...
Document missing container options
2018-06-02 22:43:02 -04:00
Peter Parente
9f03c3e86b
Merge pull request #649 from jakirkham/pin_blas_to_cf
...
Use `MatchSpec` to force `blas` from `conda-forge`
2018-06-02 16:57:41 -04:00
Peter Parente
b62c7170c6
Fix some whitespace and quoting
2018-06-02 16:55:29 -04:00
Peter Parente
e1f54f625a
[ci skip] Add missing env var options
2018-06-02 16:55:21 -04:00
John Kirkham
06792d930f
Use MatchSpec
to force blas
from conda-forge
...
As it appears that `defaults` has added `blas` without a feature, the
`conda` solver appears to be prioritizing the removal of features over
channel priority. As a result, we leverage `MatchSpec` here to pin the
`blas` package to `conda-forge` and the `openblas` feature. This should
be respected by `conda` and thus avoid switching to the incompatible
`blas` package from `defaults`.
2018-06-02 12:59:10 -07:00
Peter Parente
e1fee2107a
Merge pull request #641 from BradenAtSiemens/ubuntu-bionic-upgrade
...
Upgrade Ubuntu to latest LTS (Bionic 18.04)
2018-06-02 15:49:47 -04:00
Peter Parente
f9e77e3ddd
Merge pull request #646 from parente/more-docs
...
Continued work on contributor doc
2018-06-02 15:45:16 -04:00
Braden Pellett
19828a046a
Require at least blas 1.1
...
Require at least blas 1.1; otherwise other packages dependencies may
attempt to downgrade it.
2018-06-01 14:48:54 -07:00
Braden Pellett
9a48f4cf65
Add Mesos GPG key
...
Add Mesos GPG key since accessing the keyserver seems to be flaky:
https://github.com/docker-library/official-images/issues/4252#issuecomment-381783035
2018-06-01 13:03:12 -07:00
Braden Pellett
ac04480084
Upgrade Ubuntu to latest LTS (Bionic 18.04)
...
Upgrade Ubuntu to latest LTS (Bionic 18.04), including:
- Change the IMAGE used for base-notebook;
- Keep Mesos install from Mesosphere's Xenial repository, since they
don't yet have a Bionic repository;
- gnupg needs to be installed for apt-key to work;
- --force-yes option to apt-get has been removed;
- Package libav-tools is replaced by ffmpeg;
- Update Let's Encrypt example script to use 18.04.
2018-06-01 13:03:12 -07:00
Peter Parente
2bfbb7d175
Merge pull request #648 from jakirkham/use_conda_4.5
...
Upgrade to conda 4.5.4
2018-05-28 18:56:42 -04:00
John Kirkham
8b3661bea7
Upgrade to conda 4.5.4
2018-05-28 11:51:44 -07:00
John Kirkham
4cac637ed8
Upgrade to Miniconda 4.5.1
2018-05-28 11:51:43 -07:00
Peter Parente
4d19a9839c
Merge pull request #644 from jupyter/github-community
...
[ci skip] Fill out github community files
2018-05-26 21:44:45 -04:00
Peter Parente
5aaa0119d5
Initial sections about using cookiecutter-docker-stacks
2018-05-26 21:44:05 -04:00
Peter Parente
6fc12fe05e
Small naming consistency fix
2018-05-26 21:43:52 -04:00
Peter Parente
59b37d2ee8
Add contributing tests section
2018-05-26 15:06:37 -04:00
Peter Parente
6e417643c5
Small touchup for active voice
2018-05-26 15:06:30 -04:00
Peter Parente
38145fc603
Sort contributor sections from simplest to most complex
2018-05-26 15:06:18 -04:00
Peter Parente
0c3c09b43f
[ci skip] Add code of conduct link to jupyter/governance repo
2018-05-26 13:23:07 -04:00
Peter Parente
c86be91047
[ci skip] Add contributing file
2018-05-26 13:22:58 -04:00
Peter Parente
c7d997f2db
Merge pull request #636 from robinovitch61/master
...
Add nano and vim to Dockerfiles
2018-05-24 10:45:20 -04:00
robinovitch61
342ff37844
remove vim, add nano
2018-05-23 22:24:03 -07:00
Carol Willing
4ebeb1f2d1
Merge pull request #637 from parente/readmes-to-doc
...
Migrate from READMEs to RTD site
2018-05-20 17:53:06 -07:00
Peter Parente
8cb5e8ff8e
Updates after code review
2018-05-20 20:42:39 -04:00
Peter Parente
654f9c26c9
Update badges
2018-05-20 16:54:40 -04:00
Peter Parente
44b6770c42
Build docs on travis as a test too
2018-05-20 16:33:39 -04:00
Peter Parente
274a30f754
Fix markdown headings
2018-05-20 16:32:45 -04:00
Peter Parente
c4fafab367
Remove lurking .vscode
2018-05-20 16:15:06 -04:00
Peter Parente
13673be3ac
Make resource links consistent
2018-05-20 16:15:06 -04:00
Peter Parente
2b33e23bb7
Make RTD the doc source of truth
2018-05-20 16:15:06 -04:00
Peter Parente
6fd049e1ae
Merge pull request #615 from parente/doc-contributing
...
Some contributor documentation
2018-05-20 16:14:03 -04:00
Peter Parente
d29a0f6174
Merge pull request #633 from cam72cam/patch-2
...
Don't chown -R a user's home directory
2018-05-19 12:49:01 -04:00