Sign inSign up

jpksf/dhl

By jpksf

•Updated over 10 years ago

Image
0

1.0K

jpksf/dhl repository overview

FROM python:3.5.1-slim

RUN apt-get update RUN apt-get -y upgrade RUN apt-get --fix-missing install -y build-essential

RUN pip install --upgrade pip RUN pip install numpy RUN pip install pandas RUN pip install pyaml RUN pip install boto

RUN apt-get update RUN apt-get -y upgrade RUN apt-get install -y libpq-dev RUN pip install psycopg2

WORKDIR /app

COPY . /app

ENTRYPOINT ["python", "build/dhl_loader.py"]

Tag summary

Content type

Image

Digest

Size

270.6 MB

Last updated

over 10 years ago

docker pull jpksf/dhl