Skip to content

Commit 639bb2c

Browse files
committed
Bump Julia version
1 parent 992feb2 commit 639bb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /opt
55
RUN apt-get update
66
RUN apt-get install -y bash curl maven python
77
RUN curl -L 'http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz' | tar -xz
8-
RUN curl -L 'https://julialang-s3.julialang.org/bin/linux/x64/1.1/julia-1.1.1-linux-x86_64.tar.gz' | tar -xz
8+
RUN curl -L 'https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz' | tar -xz
99

1010
# Copy the project
1111
COPY . /opt/ldbc_snb_datagen
@@ -16,6 +16,6 @@ RUN rm params*.ini
1616
RUN mvn -DskipTests clean assembly:assembly
1717

1818
ENV HADOOP_CLIENT_OPTS '-Xmx8G'
19-
ENV PATH "/opt/julia-1.1.1/bin:${PATH}"
19+
ENV PATH "/opt/julia-1.2.0/bin:${PATH}"
2020
CMD /opt/ldbc_snb_datagen/docker_run.sh
2121
CMD julia -e 1+1

0 commit comments

Comments
 (0)