Sign inSign up

dengmingcong/dev-python

By dengmingcong

•Updated over 2 years ago

dev container image for python, including features.

Image
Languages & frameworks
0

36

dengmingcong/dev-python repository overview

⁠devcontainer.json

{
    "name": "Python 3",
    "image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm",
    "features": {
        "ghcr.io/devcontainers/features/common-utils:2": {},
        "ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
        "ghcr.io/devcontainers-contrib/features/poetry:2": {}
    }
}

⁠build and push

devcontainer build --workspace-folder . --image-name dengmingcong/dev-python:3.10
docker push dengmingcong/dev-python:3.10

Tag summary

Content type

Image

Digest

sha256:ff85f98b8…

Size

577.2 MB

Last updated

over 2 years ago

docker pull dengmingcong/dev-python:3.10