Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
gitpod julia 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 12, 2024
1 parent 62a7363 commit 595f049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-postgres

RUN sudo wget https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.2-linux-x86_64.tar.gz \
&& tar -xvzf julia-1.8.2-linux-x86_64.tar.gz
RUN sudo wget https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.10.3-linux-x86_64.tar.gz \
&& tar -xvzf julia-1.10.3-linux-x86_64.tar.gz
# Install direnv
RUN sudo apt-get update && sudo apt-get install -y direnv \
&& direnv hook bash >> /home/gitpod/.bashrc
Expand Down

0 comments on commit 595f049

Please sign in to comment.