aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
305 stars 46 forks source link

Docker image size #331

Closed kmcginnes closed 1 month ago

kmcginnes commented 3 months ago

Description

Uses node:20.12.2-alpine as the base image. Since it includes Node already, we don't need to install any dependencies. The file size is small and the build process is fast.

Validation

Related Issues

Check List

kmcginnes commented 2 months ago

Oh interesting. I didn't even consider that.

Would the sagemaker version of the image require those tools or are they simply a convenience for users who shell in to the docker image to diagnose issues?