Skip to content

Instantly share code, notes, and snippets.

@hryk
Last active October 7, 2022 03:12
Show Gist options
  • Save hryk/3fbe1cb0b79cd9a3568175c0963d854c to your computer and use it in GitHub Desktop.
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).
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"]
@hryk
Copy link
Author

hryk commented Oct 7, 2022

nvidia-docker run -i fldpnn:latest fldpnn/dockerinout < example/test.fasta > test.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment