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

Update Dockerfile

fix dockerfile
parent c7ee5aba
No related branches found
No related tags found
No related merge requests found
Pipeline #27685 failed
...@@ -181,7 +181,7 @@ RUN cd /src/makemask && \ ...@@ -181,7 +181,7 @@ RUN cd /src/makemask && \
# reduce the size of the image. # reduce the size of the image.
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
FROM ubuntu:20.04 as runner FROM ubuntu:20.04 as runner
RUN mkdir /src
COPY --from=builder /usr/local /usr/local COPY --from=builder /usr/local /usr/local
RUN chmod +rx /usr/local/bin/* RUN chmod +rx /usr/local/bin/*
...@@ -252,9 +252,9 @@ RUN wget -q -O /WSRT_Measures.ztar \ ...@@ -252,9 +252,9 @@ RUN wget -q -O /WSRT_Measures.ztar \
# Some python stuff # Some python stuff
RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib numpy scipy && \ RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib numpy scipy && \
cd /software && \ cd /src && \
git clone https://github.com/lofar-astron/PyBDSF.git && \ git clone https://github.com/lofar-astron/PyBDSF.git && \
cd /software/PyBDSF && \ cd /src/PyBDSF && \
python3 -m pip install . && \ python3 -m pip install . && \
cd cd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment