Summary
Create a new custom Docker image that installs the latest version of lasR in the MAAP Pyrocker geospatial default R image. This should act as an example workflow for custom workspace environments.
References
Acceptance Criteria
- A custom Docker image definition that starts from the MAAP Pyrocker geospatial R image.
- Installs the latest version of lasR.
- The image can be successfully built using repo2docker (document the build command).
- UWG member can successfully run lasR in their hub environment
Steps
- Start from the MAAP Pyrocker geospatial R image Dockerfile/base.
- Add instructions to install lasR (latest version) in the Dockerfile or environment spec.
- Validate that the image is compatible with repo2docker.
- Reference example links above for structure and conventions.
- Document in the repository how to build the image using repo2docker.
Summary
Create a new custom Docker image that installs the latest version of lasR in the MAAP Pyrocker geospatial default R image. This should act as an example workflow for custom workspace environments.
References
Acceptance Criteria
Steps