DeepLearningExamples/TensorFlow/Classification/RN50v1.5/Dockerfile
Przemek Strzelczyk d2bc3da0a1 Changes in TF models:
* added UNet for medical image segmentation
* added TF-AMP support for RN50
* small updates for other models (READMEs, benchmark & testing scripts)
2019-05-25 01:23:11 +02:00

7 lines
192 B
Docker

FROM nvcr.io/nvidia/tensorflow:19.05-py3
## MAINTAINER Paweł Sołtysiak <psoltysiak@nvidia.com>
ADD . /workspace/rn50v15_tf
WORKDIR /workspace/rn50v15_tf
RUN pip install -r requirements.txt