File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 - name : Set up Python 3.7
1313 uses : actions/setup-python@v1
1414 with :
15- python-version : 3.7
15+ python-version : 3.12
1616
1717 - name : Install repo2docker
1818 run : |
1919 python -m pip install --upgrade pip
2020 python -m pip install jupyter-repo2docker
2121
2222 - name : Build dask-tutorial Docker image
23- run : jupyter-repo2docker --no-run --debug .
23+ run : jupyter-repo2docker --no-run --debug .
Original file line number Diff line number Diff line change 1- FROM jupyter/base-notebook:lab-2.2.5
1+ FROM jupyter/base-notebook:lab-4.0.7
22
33USER root
44# python3 setup
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: dask-tutorial
22channels :
33 - conda-forge
44dependencies :
5- - python=3.8
5+ - python=3.12
66 - nodejs
77 - jupyterlab>=2.0.0
88 - numpy>=1.18.1
You can’t perform that action at this time.
0 commit comments