Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Merge requests
!109
L2SS-365
: Pin recordclass package for pypcc-sim image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
L2SS-365
: Pin recordclass package for pypcc-sim image
L2SS-365-pypcc-sim-hotfix
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Corné Lukken
requested to merge
L2SS-365-pypcc-sim-hotfix
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
L2SS-365
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
92b7659d
1 commit,
3 years ago
2 files
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docker-compose/pypcc-sim/Dockerfile
+
3
−
1
Options
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
Loading