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 31
31
"onCreateCommand" : " python3 -m pip install -e ." ,
32
32
"features" : {
33
33
"ghcr.io/devcontainers/features/git:1" : {},
34
+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
34
35
},
35
36
// Configure tool-specific properties.
36
37
"customizations" : {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ services:
6
6
# folder. Note that the path of the Dockerfile and context is relative to the *primary*
7
7
# docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
8
8
# 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}
11
11
build :
12
12
context : .
13
13
dockerfile : .devcontainer/Dockerfile
14
14
args :
15
- - PY_VER=${PY_VER:-3.8 }
15
+ - PY_VER=${PY_VER:-3.11 }
16
16
- DISTRO=${DISTRO:-buster}
17
17
18
18
volumes :
You can’t perform that action at this time.
0 commit comments