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

Merge branch 'L2SS-365-pypcc-sim-hotfix' into 'master'

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

Closes L2SS-365

See merge request !109
parents a77ecf9c 92b7659d
Branches
Tags
1 merge request!109L2SS-365: Pin recordclass package for pypcc-sim image
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