Skip to content

Commit

Permalink
fixing gds
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jan 29, 2025
1 parent 271aa02 commit d100a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLATER/neo4j-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM neo4j:5.26.1
ARG APOC_VERSION=5.26.0
ENV APOC_URI https://github.com/neo4j/apoc/releases/download/${APOC_VERSION}/apoc-${APOC_VERSION}-core.jar

ARG GDS_VERSION=2.13
ARG GDS_VERSION=2.13.2
ENV GDS_URL https://graphdatascience.ninja/neo4j-graph-data-science-${GDS_VERSION}.zip

RUN apt-get update
Expand Down

0 comments on commit d100a6d

Please sign in to comment.