File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM circleci /python:3.7-stretch-node -browsers
2
- MAINTAINER Ryan Patrick Kyle "[email protected] "
1
+ FROM cimg /python:3.9.9 -browsers
2
+ MAINTAINER Etienne Tétreault-Pinard "[email protected] "
3
3
4
4
RUN sudo apt-get update \
5
5
&& sudo apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
6
6
7
7
RUN cd /usr/local/src \
8
8
&& sudo mkdir /usr/local/src/julia \
9
9
&& sudo curl -o julia.tar.gz --location --show-error \
10
- https://julialang-s3.julialang.org/bin/linux/x64/1.5 /julia-1.5 .1-linux-x86_64.tar.gz \
10
+ https://julialang-s3.julialang.org/bin/linux/x64/1.9 /julia-1.9 .1-linux-x86_64.tar.gz \
11
11
&& sudo tar --extract --gzip --strip 1 --directory=/usr/local/src/julia --file=julia.tar.gz \
12
- && sudo ln -s /usr/local/src/julia/bin/julia /usr/local/bin/julia
12
+ && sudo ln -s /usr/local/src/julia/bin/julia /usr/local/bin/julia
You can’t perform that action at this time.
0 commit comments