-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3df30c1
commit ecb1538
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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 | ||
|
||
|