Skip to content

kostrykin/mobi-devcontainer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build docker image and push to Docker Hub Docker Image Version (latest semver)

This repository builds a Docker image for Molecular Biotechnology Python Lessons.

The built image provides:

  • Python 3.9 and 3.11 (3.11 selected as default Jupyter kernel)
  • VS Code with ms-toolsai.jupyter extension
  • Packages specified in ingredients/requirements.txt installed for Python 3.11

Dotfiles **/.* and Markdown files **/*.md are hidden in the VS Code file manager. Pylance is disabled for notebooks.

Using the image:

  • Use the image docker.io/kostrykin/mobi-devcontainer-python:<TAG>" in devcontainer.json.
  • Replace <TAG> by a valid tag.
  • See .devcontainer/devcontainer.json for an example.

Resources: