Skip to content
Snippets Groups Projects
Select Git revision
  • f968adfe7ef03984c9092ed4b5ff6b47a51c6b4a
  • master default protected
  • L2SS-2347-dithering-dont-change-power-freq
  • L2SS-2347-dithering-is-global-setting
  • refactor-control-power-properties
  • update-lcu-rollout-procedure
  • test-pytango-10.0.3
  • deploy-components-parallel
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • v0.56.1-rc8 protected
  • v0.56.1-rc7 protected
  • v0.56.1-rc6 protected
  • v0.56.1-rc5 protected
  • v0.56.1-rc4 protected
  • v0.56.1-rc3 protected
  • v0.56.1-rc2 protected
  • v0.56.0 protected
  • 0.53.0rc2
  • 0.53.0rc1
  • last-working-mapper-refactor
  • v0.52.9 protected
  • v0.52.8 protected
  • v0.52.7 protected
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
41 results

Dockerfile

Blame
  • Jan David Mol's avatar
    L2SS-358: Added simulator base files.
    Jan David Mol authored
    f968adfe
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 336 B
    FROM ubuntu:20.04
    
    COPY requirements.txt /requirements.txt
    
    RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
        pip3 install -r requirements.txt && \
        git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
    
    WORKDIR /pypcc
    CMD ["python3","pypcc2.py","--simulator","--port","4843"]