Skip to content

Commit f0c0f75

Browse files
authored
updated gds version
To use the ML function in GDS needed newer version, so changed from 1.3.0 to 1.5.0
1 parent 16e6a18 commit f0c0f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN apt install -y wget
55
RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.1.0.0/apoc-4.1.0.0-all.jar
66
RUN mv apoc-4.1.0.0-all.jar plugins/
77

8-
RUN wget https://github.com/neo4j/graph-data-science/releases/download/1.3.0/neo4j-graph-data-science-1.3.0-standalone.jar
9-
RUN mv neo4j-graph-data-science-1.3.0-standalone.jar plugins/
8+
RUN wget https://github.com/neo4j/graph-data-science/releases/download/1.5.0/neo4j-graph-data-science-1.5.0.jar
9+
RUN mv neo4j-graph-data-science-1.5.0.jar plugins/
1010

1111
#run as neo4j user to avoid permission issues with mounted volumes in later version of neo4j
1212
#https://github.com/neo4j/docker-neo4j/issues/223
13-
USER neo4j
13+
USER neo4j

0 commit comments

Comments
 (0)