File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3131 "onCreateCommand" : " python3 -m pip install -e ." ,
3232 "features" : {
3333 "ghcr.io/devcontainers/features/git:1" : {},
34+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
3435 },
3536 // Configure tool-specific properties.
3637 "customizations" : {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ services:
66 # folder. Note that the path of the Dockerfile and context is relative to the *primary*
77 # docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
88 # array). The sample below assumes your primary file is in the root of your project.
9- container_name : devcontainer
10- image : devcontainer
9+ container_name : datajoint-python- devcontainer
10+ image : datajoint/datajoint-python- devcontainer:${PY_VER:-3.11}-${DISTRO:-buster}
1111 build :
1212 context : .
1313 dockerfile : .devcontainer/Dockerfile
1414 args :
15- - PY_VER=${PY_VER:-3.8 }
15+ - PY_VER=${PY_VER:-3.11 }
1616 - DISTRO=${DISTRO:-buster}
1717
1818 volumes :
You can’t perform that action at this time.
0 commit comments