Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Python Images

Base Python Docker images.

What's Included

Tags

🌟 recommended image

  • articulate/python:3.13 🌟

    pytorch, torchvision for 3.13 not yet available

  • articulate/python:3.13-lambda
  • articulate/python:3.12
  • articulate/python:3.12-pytorch
  • articulate/python:3.11

Creating a new image

The easiest way to create a new image is to copy an existing one and change the base image. If creating from scratch, the images need the following:

  • Everything listed in What's included
  • make for internal tooling.
  • A service user and group with a GID and UID of 1001. This should be the default user.
  • A /service directory as the default working directory.

Used by

Contributors

Languages