Skip to content

Commit

Permalink
env path added
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpisupati committed Feb 5, 2020
1 parent e3b8fdd commit 7ba3a4b
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 @@ -14,3 +14,4 @@ RUN git clone https://github.com/yupenghe/methylpy.git
RUN apt-get -y install libgsl-dev libgslcblas0
RUN ln -s /usr/lib/x86_64-linux-gnu/libgsl.so.23 lib/libgsl.so.0
RUN g++ -O3 -o /opt/conda/envs/methylpy/bin/run_rms_tests.out methylpy/methylpy/rms.cpp -l gsl -l gslcblas
ENV PATH /opt/conda/envs/methylpy/bin:$PATH

0 comments on commit 7ba3a4b

Please sign in to comment.