Sign inSign up

sgallotti/django

By sgallotti

•Updated over 9 years ago

django environment based on python 3.6

Image
1

813

sgallotti/django repository overview

FROM python:3.6

ADD requirements.txt .

RUN pip install -r requirements.txt

EXPOSE 8000

CMD /bin/bash

========================================================================== requirements.txt

appdirs==1.4.3 dj-database-url==0.4.2 Django==1.10.5 djangorestframework==3.5.4 nltk==3.2.2 numpy==1.12.0 packaging==16.8 pandas==0.19.2 pyparsing==2.1.10 python-dateutil==2.6.0 python-decouple==3.0 pytz==2016.1 requests==2.13.0 scikit-learn==0.18.1 scipy==0.18.1 six==1.10.0 sklearn==0.0 Unipath==1.1 uWSGI==2.0.14

Tag summary

Content type

Image

Digest

Size

463.4 MB

Last updated

over 9 years ago

docker pull sgallotti/django