Skip to content

Commit 1ac85d9

Browse files
committed
update CAMB in Dockerfile
1 parent f7e2c25 commit 1ac85d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ 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 \
68+
&& curl -L https://github.com/cmbant/camb/tarball/21a56ef | tar zxf - -C $HOME/src/camb --strip=1 \
69+
&& cd $HOME/src/camb \
7070
&& python setup.py install
7171

7272

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)