Skip to content
Snippets Groups Projects
Commit f968adfe authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-358: Added simulator base files.

parent c3a3bb62
No related branches found
No related tags found
2 merge requests!157L2SS-358: Get ready for Darkrai,!154WIP: L2SS-391: Update devices for transition to Darkrai
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"]
opcua
numpy
recordclass>=0.16,<0.16.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment