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 a6c3533 commit 93e76abCopy full SHA for 93e76ab
.devcontainer/docker-compose.yml
@@ -6,8 +6,8 @@ services:
6
# folder. Note that the path of the Dockerfile and context is relative to the *primary*
7
# docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
8
# array). The sample below assumes your primary file is in the root of your project.
9
- container_name: devcontainer
10
- image: devcontainer
+ container_name: datajoint-python-devcontainer
+ image: datajoint/datajoint-python-devcontainer:${PY_VER:-3.11}-${DISTRO:-buster}
11
build:
12
context: .
13
dockerfile: .devcontainer/Dockerfile
0 commit comments