From 8e0624ec5cdba819bc0930f44c4789058e70981e Mon Sep 17 00:00:00 2001 From: Rajesh Ilango Date: Tue, 20 Apr 2021 18:57:27 -0700 Subject: [PATCH] Force checout dev while creating container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 489044f0..829315d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ ENV PATH /opt/conda/envs/cuchem/bin:$PATH RUN source activate cuchem && python3 -m ipykernel install --user --name=cuchem RUN echo "source activate cuchem" > /etc/bash.bashrc +ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache RUN mkdir -p /opt/nvidia/ \ && cd /opt/nvidia/ \ && git clone --single-branch --branch master https://github.com/NVIDIA/cheminformatics.git cheminfomatics \