data-maker/Dockerfile

9 lines
381 B
Docker

from ubuntu
RUN ["apt-get","update"]
RUN ["apt-get","upgrade","-y"]
RUN ["apt-get","install","-y","git", "python3-dev","tmux","locales","python3-pip","python3-numpy","python3-pandas","locales"]
RUN ["pip3","install","pandas-gbq","tensorflow"]
RUN ["mkdir","-p","/usr/apps"]
WORKDIR /usr/apps
RUN ["git","clone","https://hiplab.mc.vanderbilt.edu/git/aou/gan.git@release","aou-gan"]