Neo4j on Docker
The Neo4j Graph Data Science library is available as a plugin for Neo4j on Docker. You can run the latest version of Neo4j with GDS included using the following Docker command:
docker run -it --rm \
--publish=7474:7474 --publish=7687:7687 \
--user="$(id -u):$(id -g)" \
-e NEO4J_AUTH=none \
--env NEO4J_PLUGINS='["graph-data-science"]' \
neo4j:latest