Skip to content
Snippets Groups Projects
Unverified Commit 54636c00 authored by Alexander Kutkin's avatar Alexander Kutkin Committed by GitHub
Browse files

Update Dockerfile

parent 7083687d
Branches
No related tags found
No related merge requests found
Pipeline #27735 failed
......@@ -252,12 +252,12 @@ RUN wget -q -O /WSRT_Measures.ztar \
rm /WSRT_Measures.ztar
# Some python stuff
RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib numpy scipy && \
cd /src && \
git clone https://github.com/lofar-astron/PyBDSF.git && \
cd /src/PyBDSF && \
python3 -m pip install . && \
cd
RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib scipy && \
# cd /src && \
# git clone https://github.com/lofar-astron/PyBDSF.git && \
# cd /src/PyBDSF && \
# python3 -m pip install . && \
# cd
# AImCal
ADD imcal.py /opt/imcal.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment