Sign inSign up

evelyncsb/tensorflow_2

By evelyncsb

Updated about 5 years ago

Image
0

98

evelyncsb/tensorflow_2 repository overview

TAG manntis Dockerfile:

FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 RUN apt-get update

ENV LD_LIBRARY_PATH /usr/local/cuda/lib64

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 sklearn

RUN pip3 install tensorflow-gpu==2.4.1

RUN pip3 install --upgrade matplotlib

RUN pip3 install --upgrade numpy

RUN pip3 install --upgrade pandas

RUN pip3 install flask

RUN pip3 install flask_restful

RUN pip3 install ipdb

RUN pip3 install matplotlib

RUN pip3 install luigi

RUN pip3 install termcolor

RUN pip3 install paramiko

RUN pip3 install natsort

RUN pip3 install python-magic

RUN pip3 install requests-oauthlib

RUN pip3 install moviepy

RUN apt-get install -y software-properties-common

RUN apt-get update

RUN add-apt-repository ppa:stebbins/handbrake-releases

RUN apt-get update

RUN apt-get install -y handbrake-gtk

RUN apt-get install -y handbrake-cli

RUN export LANG=C.UTF-8

RUN alias python=python3

Tag summary

Content type

Image

Digest

Size

2.5 GB

Last updated

about 5 years ago

docker pull evelyncsb/tensorflow_2:manntis