Skip to content

Python (standard) image

A pre-configured Python container for use with NeuroPilot.

GitHub Packages listing Public listing on VSC-NeuroPilot's GitHub Packages.
Source code repository The source repository where the container is built and pushed to ghcr.io.
FROM ghcr.io/vsc-neuropilot/python-pip-image:latest
# Or use a specific version, refer to container templates topic homepage for link formats

Relative to /workspace:

  • Directory.devcontainer
    • devcontainer.json
    • Dockerfile
  • Directory.github
    • Directoryworkflows
      • push.yml
      • tag.yml
    • README.md
  • Directory.vscode
    • extensions.json
    • launch.json
    • settings.json
    • tasks.json
  • Directorysrc
    • __main__.py
  • .dockerignore
  • .gitignore
  • requirements.txt
  • README.md
  • Python 3.13.6 + pip (base image)
  • Python Neuro SDK (package manifest)
  • vsc-neuropilot.neuropilot-base
  • ms-python.debugpy
  • ms-python.python