Skip to content

2i2c-org/fiji-image

 
 

Repository files navigation

NASA QGIS image with Linux Desktop

An image for running QGIS in a Linux Desktop in the cloud, with special focus on using various NASA related datasets.

Test Locally

To build, run and test the image locally:

Checkout this repository, and after cding into the repository's directory:

docker build -t qgis .
docker run -it -p 8888:8888 --security-opt seccomp=unconfined qgis

This should start the docker container and emit logs which give you a URL you can open in your browser, that looks something like:

http://127.0.0.1:8888/lab?token=<token>

Paste this into your browser. You should see a Jupyter Lab interface. Click on the Desktop button to open the desktop with QGIS installed.

About

Image with Fiji on Linux Desktop

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.7%
  • Dockerfile 20.3%