Sign inSign up

affectus/python

By affectus

Updated over 7 years ago

Python (Debian) container for the AffectUs project

Image
0

311

affectus/python repository overview

Debian image that contains python2.7, python3 and all dependecies needed for the AffectUs project It is based on the official Debian container (https://hub.docker.com/_/debian/) in which python2.7 and python3 where installed, among the required dependencies:

flask
numpy
tensorflow
dump
pymongo
pprint
pandas
sklearn
scipy

Version History

0.1 - It is considerd to be the vanilla containers as it is found on the repository of Debian
0.2 - Uploaded on April 21st 2018
0.3 - Uploaded on May 29th 2018
0.4 - Uploaded on June 27th 2018
0.5 - Uploaded on April 10th 2019

How to run:

The Python container can be run through the following command:

docker run --name python -d -it -p 5000:5000 --restart=on-failure affectus/python:0.2

It would listen to port 5000 through the address :5000

Tag summary

Content type

Image

Digest

Size

980.8 MB

Last updated

over 7 years ago

docker pull affectus/python:0.5