IT/DeepLearning

Dockerfile(theano)

알 수 없는 사용자 2014. 11. 11. 17:27
반응형

FROM ubuntu:cuda

MAINTAINER Jongyeol Yang<yangjy0113@gmail.com>


RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" >> /etc/apt/sources.list

RUN apt-get update


RUN apt-get install -y build-essential gfortran g++ libopenblas-dev git


RUN apt-get install -y python python-numpy python-scipy python-dev python-pip python-nose python-yaml python-imaging python-matplotlib


RUN cd /opt && git clone git://github.com/Theano/Theano.git

RUN cd /opt/Theano && python setup.py develop



반응형

'IT > DeepLearning' 카테고리의 다른 글

AlphaCode  (0) 2022.02.08
LaMDA (구글에서 발표한 오픈 도메인 챗봇)  (0) 2022.02.04
Dockerfile(cuda-65)  (0) 2014.11.11