Skip to content

Commit 70dab84

Browse files
committed
Update Docker dependencies
1 parent 348ab3f commit 70dab84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM nvcr.io/nvidia/pytorch:22.09-py3
22

33
RUN pip install -U pytorch-lightning[extra]
44
RUN pip install seqchromloader
5+
RUN pip install seaborn
56
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
67
RUN apt install bedtools
78
CMD jupyter lab --port=8889

0 commit comments

Comments
 (0)