Skip to content
Snippets Groups Projects
Commit 93a944ff authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'master' into L2SS-235-Archive-PCC-attribute

parents c0a2452f d987d6b0
Branches
Tags
1 merge request!108Resolve L2SS-235 "Archive pcc attribute"
FROM ubuntu:20.04 FROM ubuntu:20.04
COPY requirements.txt /requirements.txt
RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \ RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
pip3 install opcua numpy recordclass && \ pip3 install -r requirements.txt && \
git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
WORKDIR /pypcc WORKDIR /pypcc
......
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