Skip to content
Snippets Groups Projects
Select Git revision
  • 4183dc87d16ab81f047935649ac1075a22958a79
  • master default protected
  • feature/fedora_base
  • devel
  • feature/kasmdesktop
5 results

Dockerfile

Blame
  • Dockerfile 600 B
    FROM lofarit/base3.10
    
    USER root
    
    RUN apt-get install llvm-7 -y
    ENV LLVM_CONFIG=llvm-config-7 
    ENV PYTHONPATH /opt/lofarsoft/lib/python2.7/site-packages
    #------------------------
    # Get and install ddf2
    #------------------------
    # DDF pipeline
    RUN cd /opt && git clone https://github.com/mhardcastle/ddf-pipeline.git
    RUN cd /opt/ddf-pipeline && git checkout DR1
    
    RUN cd /opt ./ddf-pipeline/scripts/install.sh
    
    RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git
    
    
    ENV CONTAINER_NAME='ddf2_public_base3.10'
    ENV DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'