Commit 0ece9712 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

install matplotlib

parent 2624f069
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 muparser=2.3.4
RUN micromamba create --yes -n mantid -c conda-forge -c mantid python=3.10 mantid=6.12.0 muparser=2.3.4 matplotlib

USER root