Skip to content
Snippets Groups Projects
Commit 6cad71d4 authored by Jan David Mol's avatar Jan David Mol
Browse files

Install casacore measures table to allow casacore at least to work. The tables...

Install casacore measures table to allow casacore at least to work. The tables will get outdated over time though unless the image is rebuilt.
parent 8c828b7e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ RUN sudo apt-get install -y git
COPY requirements.txt ./
RUN sudo pip3 install -r requirements.txt
# Install some version of the casacore measures tables, to allow basic delay computation analysis in the notebooks
RUN sudo apt-get install -y casacore-data
# see https://github.com/jupyter/nbconvert/issues/1434
RUN sudo bash -c "echo DEFAULT_ARGS += [\\\"--no-sandbox\\\"] >> /usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py"
RUN sudo apt-get update -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment