Skip to content
Snippets Groups Projects
Commit b7af0500 authored by Ruqian Lyu's avatar Ruqian Lyu
Browse files

fixing docker file

parent 29f15657
No related branches found
No related tags found
No related merge requests found
......@@ -69,11 +69,12 @@ ENV PATH=$PATH:~/.cargo/bin/
ADD . /src/
RUN nimble install -y https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git
RUN nimble install --help
RUN nimble install -y https://gitlab.svi.edu.au/biocellgen-public/sgcocaller.git
#RUN ls ~/.nimble/lib/
ENV LD_LIBRARY_PATH=:/root/.nimble/lib/:/usr/local/lib/:$LD_LIBRARY_PATH
RUN cp /root/.nimble/bin/sgcocaller /usr/bin/
RUN /usr/bin/sgcocaller
\ No newline at end of file
RUN /usr/bin/sgcocaller
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment