Skip to content

Commit

Permalink
feat(jupyter-singleuser): bumps up package versions so hopefully this…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
V authored and themightychris committed May 24, 2024
1 parent f20a5b6 commit 3fb7669
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 137 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-jupyter-singleuser-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'
pull_request:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'
# from https://github.com/mikebirdgeneau/jupyterlab-docker/blob/master/docker-compose.yml
services:
jupyterlab:
Expand Down
Loading

0 comments on commit 3fb7669

Please sign in to comment.