Dockerfile for Isis3 (USGS)
- Based on the latest
continuumio/miniconda3 - Isis3 binaries are installed in
/usgs/isis/bin - Isis3 data are installed in
/usgs/data
Start Isis3 docker container:
docker run --rm -it seignovert/usgs-isis3To (re)build the container:
docker-compose buildTo start the container with PDS_DATA shared folders:
docker-compose run --rm isis3Note:
PDS_DATAenvironment variables can be defined ub.envfile, at the project root.
demsandtestDatafolders are excluded fromdata/base.
Important: I have no affiliation with USGS. The package is provided as is, use at your own risk.