FROM tensorflow/tensorflow:latest-py3 WORKDIR /app RUN apt-get update && \ apt-get -y upgrade && \ apt-get install -y git && \ apt-get install -y -qq libfftw3-dev ...
files = {u'file': open(u'/usr/bin/diff', u'rb')} response = requests.request(method='POST', url=u'http://httpbin.org/post', files=files) But the following example ...