Skip to content

Commit 93e76ab

Browse files
committed
Update container and image name
1 parent a6c3533 commit 93e76ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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

0 commit comments

Comments
 (0)