Skip to content

Commit 8d9809b

Browse files
Bump versions
1 parent 2b9db92 commit 8d9809b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-repo2docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jupyter/base-notebook:lab-2.2.5
1+
FROM jupyter/base-notebook:lab-4.0.7
22

33
USER root
44
# python3 setup

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dask-tutorial
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.8
5+
- python=3.12
66
- nodejs
77
- jupyterlab>=2.0.0
88
- numpy>=1.18.1

0 commit comments

Comments
 (0)