Skip to content

Commit

Permalink
Merge pull request #114 from gaelforget/20230922_mods
Browse files Browse the repository at this point in the history
20230922 mods
  • Loading branch information
gaelforget authored Apr 2, 2024
2 parents 874897a + 56c3f46 commit 2976ee8
Show file tree
Hide file tree
Showing 11 changed files with 4,383 additions and 2,326 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- webpage_202304
- 20230922_mods
pull_request:
jobs:
binder:
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM jupyter/base-notebook:latest

USER root
RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.1-linux-x86_64.tar.gz && \
tar -xvzf julia-1.9.1-linux-x86_64.tar.gz && \
mv julia-1.9.1 /opt/ && \
ln -s /opt/julia-1.9.1/bin/julia /usr/local/bin/julia && \
rm julia-1.9.1-linux-x86_64.tar.gz
RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.2-linux-x86_64.tar.gz && \
tar -xvzf julia-1.10.2-linux-x86_64.tar.gz && \
mv julia-1.10.2 /opt/ && \
ln -s /opt/julia-1.10.2/bin/julia /usr/local/bin/julia && \
rm julia-1.10.2-linux-x86_64.tar.gz

ENV mainpath ./
RUN mkdir -p ${mainpath}
Expand Down
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### DO NOT EDIT THIS FILE! This Is Automatically Generated And Will Be Overwritten ###
FROM gaelforget/notebooks:f439c31bcecc
FROM gaelforget/notebooks:030630116dcc
Loading

0 comments on commit 2976ee8

Please sign in to comment.