Sign inSign up

evelyncsb/tensorflow2

By evelyncsb

Updated over 6 years ago

Image
0

256

evelyncsb/tensorflow2 repository overview

Dockerfile:

FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04

RUN apt-get update

ENV LD_LIBRARY_PATH /usr/local/cuda/lib64

RUN export LANG=C.UTF-8

RUN apt-get -y install python3-pip

RUN pip3 install --upgrade pip

RUN pip3 install --upgrade jupyter

RUN apt-get install -y libsm6 libxext6 libxrender-dev

RUN pip3 install opencv-python

RUN pip3 install albumentations

RUN pip3 install --upgrade setuptools

RUN pip3 install tensorflow-gpu==2.0

RUN pip3 install --upgrade matplotlib

RUN pip3 install --upgrade numpy

RUN pip3 install --upgrade pandas

'#' tag group

'#' RUN addgroup -g 1197 manntis

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

over 6 years ago

docker pull evelyncsb/tensorflow2