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.
2 parents 2e9fb56 + 5ad1c31 commit b404ba8Copy full SHA for b404ba8
.devcontainer/docker-compose.yaml
@@ -7,7 +7,7 @@ services:
7
dockerfile: .devcontainer/Dockerfile
8
args:
9
- PY_VER=${PY_VER:-3.11}
10
- - DISTRO=${DISTRO:-buster}
+ - DISTRO=${DISTRO:-bullseye}
11
image: datajoint/datajoint_tutorials:latest
12
volumes:
13
- ..:/workspaces:cached
@@ -16,4 +16,4 @@ services:
16
# Overrides default command so things don't shut down after the process ends.
17
command: /bin/sh -c "while sleep 1000; do :; done"
18
19
- docker_data:
+ docker_data:
0 commit comments