We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5923cea commit ea6e047Copy full SHA for ea6e047
Docker/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM python:3.6
+FROM python:3.7
2
LABEL maintainer "[email protected]"
3
RUN pip install pandas matplotlib
4
RUN apt-get update && apt-get install -y curl
5
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 -
+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 -
7
ENV PATH "/julia/bin:$PATH"
8
COPY setup.jl /root
9
RUN julia /root/setup.jl
0 commit comments