Skip to content

Commit

Permalink
update CAMB in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Nov 13, 2020
1 parent f7e2c25 commit 20edd5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ RUN pip install --no-cache-dir \

## install CAMB
RUN mkdir -p $HOME/src/camb \
&& curl -L https://github.com/cmbant/camb/tarball/6fc83ba | tar zxf - -C $HOME/src/camb --strip=1 \
&& cd $HOME/src/camb/pycamb \
&& python setup.py install
&& curl -L https://github.com/cmbant/camb/tarball/21a56ef | tar zxf - -C $HOME/src/camb --strip=1 \
&& cd $HOME/src/camb \
&& python setup.py make install


## build args
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@ end

deploydocs(
repo = "github.com/marius311/CMBLensing.jl.git",
push_preview = true
push_preview = true,
forcepush = true
)

0 comments on commit 20edd5b

Please sign in to comment.