Skip to content

convox/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

convox/python

Convox base image for Python

Usage

FROM convox/python

# copy only the files needed for pip install
COPY requirements.txt /app/requirements.txt
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt

# copy the rest of the app
COPY . /app

Expectations

Application using this image should:

  • Copy their source files into /app

Exports

None

Includes

Base Image: ubuntu:16.04

Development headers

  • build-essential
  • python3-dev

Python Environment

  • python3-pip

About

Convox base image for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published