- 03 Jun, 2018 3 commits
-
-
John Kirkham authored
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`.
-
Peter Parente authored
Upgrade Ubuntu to latest LTS (Bionic 18.04)
-
Peter Parente authored
Continued work on contributor doc
-
- 02 Jun, 2018 3 commits
-
-
Braden Pellett authored
Require at least blas 1.1; otherwise other packages dependencies may attempt to downgrade it.
-
Braden Pellett authored
Add Mesos GPG key since accessing the keyserver seems to be flaky: https://github.com/docker-library/official-images/issues/4252#issuecomment-381783035
-
Braden Pellett authored
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.
-
- 29 May, 2018 3 commits
-
-
Peter Parente authored
Upgrade to conda 4.5.4
-
John Kirkham authored
-
John Kirkham authored
-
- 27 May, 2018 8 commits
-
-
Peter Parente authored
[ci skip] Fill out github community files
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
- 24 May, 2018 2 commits
-
-
Peter Parente authored
Add nano and vim to Dockerfiles
-
robinovitch61 authored
-
- 21 May, 2018 9 commits
-
-
Carol Willing authored
Migrate from READMEs to RTD site
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
-
Peter Parente authored
Some contributor documentation
-
- 20 May, 2018 1 commit
-
-
Peter Parente authored
Don't chown -R a user's home directory
-
- 17 May, 2018 1 commit
-
-
Christian Mesh authored
If people have a use case for recursive chowns that's fine. I think it's dangerous for people to use, but that's tailored to my use case.
-
- 16 May, 2018 5 commits
- 15 May, 2018 1 commit
-
-
Christian Mesh authored
CHOWN_EXTRA is a comma separated list of directories to chown.
-
- 13 May, 2018 2 commits
-
-
Peter Parente authored
-
Peter Parente authored
send2trash not work
-
- 08 May, 2018 2 commits
-
-
Masaru Nagaku authored
https://github.com/jupyter/notebook/issues/3130 Now, files not delete on https://hub.docker.com/r/jupyter/base-notebook/ and derived container images.
-
Christian Mesh authored
Only the top level permissions are set wrong due to kubernetes not being able to do this automatically. This hits significant problems when the chown takes more than 30s and the pod fails to start
-