Skip to content

Commit ea6e047

Browse files
committed
Update Dockerfile
1 parent 5923cea commit ea6e047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:3.6
1+
FROM python:3.7
22
LABEL maintainer "[email protected]"
33
RUN pip install pandas matplotlib
44
RUN apt-get update && apt-get install -y curl
55
RUN mkdir /julia
6-
RUN curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.0/julia-1.0.0-linux-x86_64.tar.gz | tar -C /julia --strip-components=1 -xzf -
6+
RUN curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.2-linux-x86_64.tar.gz | tar -C /julia --strip-components=1 -xzf -
77
ENV PATH "/julia/bin:$PATH"
88
COPY setup.jl /root
99
RUN julia /root/setup.jl

0 commit comments

Comments
 (0)