Skip to content

Commit

Permalink
Merge pull request #50 from gaelforget/v0p3p7f
Browse files Browse the repository at this point in the history
V0p3p7f
  • Loading branch information
gaelforget authored Feb 16, 2022
2 parents 805f651 + fc713a3 commit 009d1cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
- v0p3p7d
- v0p3p7e
jobs:
binder:
runs-on: ubuntu-latest
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.7/julia-1.7.0-linux-x86_64.tar.gz && \
tar -xvzf julia-1.7.0-linux-x86_64.tar.gz && \
mv julia-1.7.0 /opt/ && \
ln -s /opt/julia-1.7.0/bin/julia /usr/local/bin/julia && \
rm julia-1.7.0-linux-x86_64.tar.gz
RUN wget https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz && \
tar -xvzf julia-1.7.2-linux-x86_64.tar.gz && \
mv julia-1.7.2 /opt/ && \
ln -s /opt/julia-1.7.2/bin/julia /usr/local/bin/julia && \
rm julia-1.7.2-linux-x86_64.tar.gz

USER ${NB_USER}

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/globaloceannotebooks:883863884d08
FROM gaelforget/globaloceannotebooks:6c4809b6e065
2 changes: 1 addition & 1 deletion sysimage/create_sysimage.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using PackageCompiler
create_sysimage([:CSV, :DataFrames, :IJulia, :Pluto, :PlutoUI,
:MeshArrays, :ClimateModels, :MITgcmTools, :IndividualDisplacements,
:MeshArrays, :ClimateModels, :MITgcmTools,
:UnicodePlots, :CairoMakie, :Plots];
precompile_execution_file = "sysimage/warmup.jl",
sysimage_path="ExampleSysimage.so",
Expand Down

0 comments on commit 009d1cc

Please sign in to comment.