Skip to content

seignovert/docker-usgs-isis3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for Isis3 (USGS)

GitHub tag (latest by date) Docker Automated build Docker Build Status GitHub license

  • 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-isis3

Docker compose

To (re)build the container:

docker-compose build

To start the container with PDS_DATA shared folders:

docker-compose run --rm isis3

Note: PDS_DATA environment variables can be defined ub .env file, at the project root.

Notes:

  • dems and testData folders are excluded from data/base.

Important: I have no affiliation with USGS. The package is provided as is, use at your own risk.