File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 35
35
python-version : " 3.8"
36
36
37
37
- name : Install chartpress
38
- run : pip install chartpress
38
+ run : |
39
+ # FIXME: six is required by docker 5.0.0 but isn't explicitly required
40
+ # https://github.com/docker/docker-py/issues/2807
41
+ #
42
+ pip install chartpress six
39
43
40
44
- name : Set up QEMU (for docker buildx)
41
45
uses : docker/setup-qemu-action@c308fdd69d26ed66f4506ebd74b180abe5362145 # dependabot updates to latest release
Original file line number Diff line number Diff line change 1
- FROM jupyter/base-notebook:016833b15ceb
1
+ FROM jupyter/base-notebook:cf9a75c29789
2
2
# Built from... https://hub.docker.com/r/jupyter/base-notebook/
3
3
# https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile
4
- # Built from... Ubuntu 18 .04
4
+ # Built from... Ubuntu 20 .04
5
5
6
6
# VULN_SCAN_TIME=2021-04-13_00:03:33
7
7
8
- # The jupyter/docker-stacks images contains jupyterhub, jupyterlab and the
9
- # jupyterlab-hub extension already.
8
+ # The jupyter/docker-stacks images contains jupyterhub and jupyterlab already.
10
9
11
10
# Example install of git and nbgitpuller.
12
11
# NOTE: git is already available in the jupyter/minimal-notebook image.
You can’t perform that action at this time.
0 commit comments