We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e2c25 commit 20edd5bCopy full SHA for 20edd5b
Dockerfile
@@ -65,9 +65,9 @@ RUN pip install --no-cache-dir \
65
66
## install CAMB
67
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
+ && 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
71
72
73
## build args
docs/make.jl
@@ -159,5 +159,6 @@ end
159
160
deploydocs(
161
repo = "github.com/marius311/CMBLensing.jl.git",
162
- push_preview = true
+ push_preview = true,
163
+ forcepush = true
164
)
0 commit comments