Last active
October 7, 2022 03:12
-
-
Save hryk/3fbe1cb0b79cd9a3568175c0963d854c to your computer and use it in GitHub Desktop.
Modified flpdnn dockerfile forked from [sina.ghadermarzi/fldpnn_docker](https://gitlab.com/sina.ghadermarzi/fldpnn_docker).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04 | |
RUN apt-get update -y | |
RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install git openjdk-8-jre libidn11 tcsh python3 python3-pip | |
RUN pip3 install scikit-learn==0.23.1 pandas==1.2.2 plotly==4.14.3 tensorflow==2.4.1 keras==2.4.3 protobuf==3.19.6 numpy~=1.19.2 six~=1.15.0 | |
WORKDIR /home | |
RUN git clone https://gitlab.com/sina.ghadermarzi/fldpnn.git | |
ENTRYPOINT ["/bin/bash"] |
Author
hryk
commented
Oct 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment