Skip to content
Snippets Groups Projects
Commit 4ee1a00e authored by Alexander Kutkin's avatar Alexander Kutkin
Browse files

Dockerfile

parent 92533f7d
Branches
No related tags found
No related merge requests found
Pipeline #28574 passed
......@@ -236,7 +236,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3 \
python3-casacore \
python3-distutils \
python3-ipython \
wget \
git && \
rm -rf /var/lib/apt/lists/*
......@@ -252,7 +251,7 @@ RUN wget -q -O /WSRT_Measures.ztar \
rm /WSRT_Measures.ztar
# Some python stuff
RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib scipy shapely bdsf
RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib scipy shapely bdsf ipython
# cd /src && \
# git clone https://github.com/lofar-astron/PyBDSF.git && \
# cd /src/PyBDSF && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment