Skip to content
Snippets Groups Projects

Resolve "add more basic python packages for analysis"

Merged Sylvester Joosten requested to merge 44-add-more-basic-python-packages-for-analysis into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \
@@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \
&& pip install --trusted-host pypi.org \
&& pip install --trusted-host pypi.org \
--trusted-host files.pythonhosted.org \
--trusted-host files.pythonhosted.org \
--no-cache-dir \
--no-cache-dir \
ipython matplotlib scipy yapf \
ipython matplotlib scipy yapf pandas \
 
jupyter jupyterlab uproot pyunfold seaborn \
&& echo -n "" \
&& echo -n "" \
&& echo "Executing cmake patch for dd4hep 16.1" \
&& echo "Executing cmake patch for dd4hep 16.1" \
&& sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake
&& sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake
Loading