We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348ab3f commit 70dab84Copy full SHA for 70dab84
1 file changed
Dockerfile
@@ -2,6 +2,7 @@ FROM nvcr.io/nvidia/pytorch:22.09-py3
2
3
RUN pip install -U pytorch-lightning[extra]
4
RUN pip install seqchromloader
5
+RUN pip install seaborn
6
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && apt-get update -y && apt-get install google-cloud-cli -y
7
RUN apt install bedtools
8
CMD jupyter lab --port=8889
0 commit comments