Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaOvsiannikova authored Nov 25, 2020
1 parent 3df30c1 commit ecb1538
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitlab-registry.cern.ch/lhcb-docker/os-base/centos7-devel:latest
FROM gitlab-registry.cern.ch/lhcb-docker/os-base/centos7-devel:latest
MAINTAINER tatiana.ovsiannikova <[email protected]>
LABEL description="ostap HEP framework"

Expand All @@ -10,7 +10,9 @@ ENV PATH="/root/miniconda/bin:${PATH}"
RUN echo $PATH
RUN conda config --set always_yes yes --set changeps1 no
RUN conda config --add channels conda-forge
RUN conda create -q -n ostapenv coverage coveralls cmake nose ninja ipython root_base=6.20 root-binaries root-dependencies gsl future configparser numpy scipy pathos dill multiprocess ppft terminaltables gdbm libdb bsddb3 psutil more-itertools
RUN conda create -q -n ostapenv root_base=6.20 root-binaries root-dependencies gsl future configparser numpy scipy pathos dill multiprocess ppft terminaltables binutils-meta c-compiler compilers cxx-compiler fortran-compiler python ipython cmake


ADD . /ostap
WORKDIR /ostap

Expand Down

0 comments on commit ecb1538

Please sign in to comment.