Loading dockerfiles/Dockerfile +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 Loading Loading
dockerfiles/Dockerfile +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 Loading