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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
93a944ff
Commit
93a944ff
authored
3 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
L2SS-235
-Archive-PCC-attribute
parents
c0a2452f
d987d6b0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!108
Resolve L2SS-235 "Archive pcc attribute"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/pypcc-sim/Dockerfile
+3
-1
3 additions, 1 deletion
docker-compose/pypcc-sim/Dockerfile
docker-compose/pypcc-sim/requirements.txt
+3
-0
3 additions, 0 deletions
docker-compose/pypcc-sim/requirements.txt
with
6 additions
and
1 deletion
docker-compose/pypcc-sim/Dockerfile
+
3
−
1
View file @
93a944ff
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
...
...
This diff is collapsed.
Click to expand it.
docker-compose/pypcc-sim/requirements.txt
0 → 100644
+
3
−
0
View file @
93a944ff
opcua
numpy
recordclass>=0.16,<0.16.1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment