Skip to content
Snippets Groups Projects
Commit 92b7659d authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-365: Pin recordclass package for pypcc-sim image

parent a77ecf9c
No related branches found
No related tags found
1 merge request!109L2SS-365: Pin recordclass package for pypcc-sim image
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 opcua numpy recordclass && \
pip3 install -r requirements.txt && \
git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/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