We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033a05e commit ecaee29Copy full SHA for ecaee29
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jupyter/base-notebook:python-3.11
+FROM jupyter/base-notebook:python-3.12
2
LABEL org.opencontainers.image.source="https://github.com/sbi-dev/sbi"
3
LABEL org.opencontainers.image.description="Image for a Docker Devcontainer for the sbi toolbox."
4
LABEL org.opencontainers.image.licenses="Apache-2.0"
.github/workflows/build_codespace_image.yaml
@@ -2,7 +2,8 @@ name: Docker Image for sbi toolkit
on:
release:
5
- types: [published]
+ types: [ published ]
6
+ workflow_dispatch:
7
8
jobs:
9
build_devcontainer_base:
0 commit comments