Skip to content

Commit 3938520

Browse files
authored
fix: docker notebook python version (#1258)
1 parent ecaee29 commit 3938520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jupyter/base-notebook:python-3.12
1+
FROM jupyter/base-notebook:python-3.11
22
LABEL org.opencontainers.image.source="https://github.com/sbi-dev/sbi"
33
LABEL org.opencontainers.image.description="Image for a Docker Devcontainer for the sbi toolbox."
44
LABEL org.opencontainers.image.licenses="Apache-2.0"

0 commit comments

Comments
 (0)