Commit 61d59416 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

pin multiparser to fix crashes

parent 03f4fcc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/mambaorg/micromamba:2.0-ubuntu22.04 AS source

RUN micromamba create --yes -n mantid -c conda-forge -c mantid python=3.10 mantid=6.12.0
RUN micromamba create --yes -n mantid -c conda-forge -c mantid python=3.10 mantid=6.12.0 muparser=2.3.4

USER root