Skip to content

Commit 20edd5b

Browse files
committed
update CAMB in Dockerfile
1 parent f7e2c25 commit 20edd5b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ RUN pip install --no-cache-dir \
6565

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

7272

7373
## build args

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,6 @@ end
159159

160160
deploydocs(
161161
repo = "github.com/marius311/CMBLensing.jl.git",
162-
push_preview = true
162+
push_preview = true,
163+
forcepush = true
163164
)

0 commit comments

Comments
 (0)