Skip to content

Dockerfiles for various python configurations.

Notifications You must be signed in to change notification settings

teamcfe/docker-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Docker Python

Dockerfiles for various python configurations. View this on Dockerhub at codingforentrepreneurs/python.

Using our pre-built images:

Our long term goal is to have images that make it more effecient to bootup a docker-based python application. See ways to improve? Please submit a pull request.

Python 3.9 Webapp wuth Selenium & Chromedriver

FROM codingforentrepreneurs/python:3.9-webapp-selenium

Python 3.9 Webapp with Chromedriver (no selenium)

FROM codingforentrepreneurs/python:3.9-webapp-chromedriver

Python 3.9 Webapp Slim

FROM codingforentrepreneurs/python:3.9-webapp-slim

About

Dockerfiles for various python configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%