We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee938e commit a69679eCopy full SHA for a69679e
1 file changed
Dockerfile
@@ -1,8 +1,9 @@
1
FROM nvcr.io/nvidia/pytorch:22.09-py3
2
3
RUN pip install -U pytorch-lightning[extra]
4
-RUN pip install seqchromloader
+RUN pip install seqchromloader==0.2.3
5
RUN pip install seaborn
6
+RUN pip install "ray[tune]"
7
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
8
RUN apt install bedtools
-CMD jupyter lab --port=8889
9
+CMD ray start --head --num-gpus 1 ; jupyter lab --port=8889
0 commit comments