FROM tensorflow/tensorflow:latest-gpu
WORKDIR /var/instance_segmentation
RUN apt-get update -y
&& apt-get install -y apt-utils git wget curl ca-certificates bzip2 cmake tree htop bmon iotop
&& apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev
RUN apt-get install -y python3-setuptools python3-pip
COPY cuDNN7.6.5/* ./
RUN dpkg -i libcudnn7_7.6.5.32-1+cuda10.1_amd64.deb
&& dpkg -i libcudnn7-dev_7.6.5.32-1+cuda10.1_amd64.deb
&& dpkg -i libcudnn7-doc_7.6.5.32-1+cuda10.1_amd64.deb
#RUN apt-get update \
RUN pip3 install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
COPY main.py /tmp/main.py COPY tensor.py /tmp/tensor.py RUN chmod 777 /tmp/tensor.py RUN chmod 777 /tmp/main.py COPY torchavailable.py /tmp/torchavailable.py RUN chmod 777 /tmp/torchavailable.py
CMD tail -f /dev/null #CMD python maskrcnn-benchmark/tools/train_net.py --config-file "maskrcnn-benchmark/configs/e2e_faster_rcnn_R_50_C4_1x.yaml" --nproc_per_node "8"
Content type
Image
Digest
Size
5.6 GB
Last updated
over 6 years ago
docker pull vkoppisetti/kubernetes_tf_base