Skip to content

Commit

Permalink
Force checout dev while creating container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Ilango authored and rilango committed Apr 21, 2021
1 parent 8beed09 commit 8e0624e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8e0624e

Please sign in to comment.