Skip to content
Snippets Groups Projects

Fix issue where Juggler isn't properly installed

Merged Sylvester Joosten requested to merge v3.0-stable into master
4 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -157,7 +157,7 @@ RUN cd /opt/spack-environment \
@@ -157,7 +157,7 @@ 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 pandas \
ipython matplotlib scipy yapf pandas pycairo pyyaml \
jupyter jupyterlab uproot pyunfold seaborn \
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" \
Loading