github.com/pachyderm/pachyderm@v1.13.4/examples/ml/tensorflow/Dockerfile (about) 1 FROM affinelayer/pix2pix-tensorflow 2 RUN wget https://raw.githubusercontent.com/affinelayer/pix2pix-tensorflow/master/pix2pix.py 3 RUN wget https://raw.githubusercontent.com/affinelayer/pix2pix-tensorflow/master/server/tools/process-local.py 4 RUN wget https://raw.githubusercontent.com/affinelayer/pix2pix-tensorflow/master/tools/process.py 5 RUN wget https://raw.githubusercontent.com/affinelayer/pix2pix-tensorflow/master/tools/tfimage.py