File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /opt
5
5
RUN apt-get update
6
6
RUN apt-get install -y bash curl maven python
7
7
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
9
9
10
10
# Copy the project
11
11
COPY . /opt/ldbc_snb_datagen
@@ -16,6 +16,6 @@ RUN rm params*.ini
16
16
RUN mvn -DskipTests clean assembly:assembly
17
17
18
18
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}"
20
20
CMD /opt/ldbc_snb_datagen/docker_run.sh
21
21
CMD julia -e 1+1
You can’t perform that action at this time.
0 commit comments