Creating ISIS image with Docker and installing ISIS on Mac Os X Monterey

Hi,

I try to create an image of ISIS with Docker, to have ISIS on Mac os x Monterey.

It showed me the following error during the installation, would it be possible to find a solution?

And I don’t know if ISIS 3 works on Mac Os X Monterey, because on USGS Internet site, it don’t tell about this version.

Thank you for your help

"docker build -t isis -f production.dockerfile .
[+] Building 3208.0s (7/9)

=> [2/5] RUN conda update conda && conda install python=3.6 && conda config --add channels conda-forge && conda config --add channels usgs-astrogeology 170.5s
=> ERROR [3/5] RUN conda install -c usgs-astrogeology isis 3024.7s

[3/5] RUN conda install -c usgs-astrogeology isis:
#0 2.652 Collecting package metadata (current_repodata.json): …working… done
#0 98.09 Solving environment: …working… failed with initial frozen solve. Retrying with flexible solve.
#0 556.9 Solving environment: …working… failed with repodata from current_repodata.json, will retry with next repodata source.
#0 1225.3 Collecting package metadata (repodata.json): …working… done
#0 1630.5 Solving environment: …working… Killed


production.dockerfile:10

8 | conda config --add channels usgs-astrogeology
9 |
10 | >>> RUN conda install -c usgs-astrogeology isis
11 |
12 | RUN apt-get update && \

ERROR: failed to solve: process “/bin/sh -c conda install -c usgs-astrogeology isis” did not complete successfully: exit code: 137

Have you seen this thread over on OpenPlanetary? See the bottom thread for the configuration.

Thank you, I will look at

I finally installed ISIS with Anaconda, but I can’t find the downloadisisdata script in the installation. How can I get it back ? thank you