1. 27 Sep, 2020 1 commit
  2. 26 Sep, 2020 4 commits
  3. 25 Sep, 2020 3 commits
  4. 20 Sep, 2020 7 commits
  5. 19 Sep, 2020 5 commits
  6. 17 Sep, 2020 3 commits
  7. 11 Sep, 2020 1 commit
    • romainx's avatar
      Fixed test test_cli_args · 39dc7752
      romainx authored
      Changed `""` into `''` to pass an empty token. Seems to be linked to this warning:
      ```
      /opt/conda/lib/python3.8/site-packages/traitlets/traitlets.py:2195: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use '' instead of "''" – or use CUnicode.
      ```
      
      Added debug information (ouput of the command line).
      39dc7752
  8. 10 Sep, 2020 1 commit
  9. 27 Aug, 2020 1 commit
  10. 21 Aug, 2020 3 commits
  11. 20 Aug, 2020 1 commit
  12. 18 Aug, 2020 1 commit
  13. 17 Aug, 2020 3 commits
  14. 16 Aug, 2020 3 commits
    • romainx's avatar
      Fix debug line commented · c288e77a
      romainx authored
      c288e77a
    • romainx's avatar
      Resolve Docker lint (hadolint) errors · ba4b59db
      romainx authored
      - Exclude `ppc64` Dockerfiles from the linting in pre-commit since we cannot check their build easily and so fix the lint errors without breaking something (already excluded in the `Makefile`)
      - Fix examples Dockerfile to invert root and jovyan user instructions (Last user should not be root `DL3002`)
      ba4b59db
    • romainx's avatar
      Resolves #1131: Allow alternative Spark version · 8669d6e7
      romainx authored
      Allow to build `pyspark-notebook` image with an alternative Spark version.
      
      - Define arguments for Spark installation
      - Add a note in "Image Specifics" explaining how to build an image with an alternative Spark version
      - Remove Toree documentation from "Image Specifics" since its support has been droped in #1115
      8669d6e7
  15. 10 Aug, 2020 2 commits
  16. 09 Aug, 2020 1 commit