Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
EveryBeam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Container Registry
Model registry
Operate
Environments
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
ResearchAndDevelopment
EveryBeam
Commits
f431ff5d
Commit
f431ff5d
authored
2 months ago
by
Maik Nijhuis
Browse files
Options
Downloads
Patches
Plain Diff
AST-1621
Use Python modules from Ubuntu instead of latest version
parent
7ba0adf4
No related branches found
Branches containing commit
Tags
v0.6.2
Tags containing commit
1 merge request
!378
AST-1621 Use Python modules from Ubuntu instead of latest version
Pipeline
#101793
failed
2 months ago
Stage: versioning
Stage: prepare
Stage: build
Stage: package
Stage: deploy
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/ubuntu_22_04_base
+6
-6
6 additions, 6 deletions
docker/ubuntu_22_04_base
with
6 additions
and
6 deletions
docker/ubuntu_22_04_base
+
6
−
6
View file @
f431ff5d
...
...
@@ -26,8 +26,13 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
libxml2-dev \
make \
ninja-build \
python3-breathe \
python3-casacore \
python3-myst-parser \
python3-pandas \
python3-pip \
python3-sphinx \
python3-sphinx-rtd-theme \
wcslib-dev \
wget \
&& \
...
...
@@ -36,20 +41,15 @@ RUN pip3 install \
aptly-api-client \
astropy \
black~=24.0 \
breathe \
cmake \
cmake-format \
h5py \
isort \
lofarantpos \
matplotlib \
myst-parser \
numpy \
pandas \
'numpy<2' \
pytest \
scipy \
sphinx \
sphinx_rtd_theme \
tqdm \
;
# Putting the 2.5 GB LOBES coefficients in the docker image avoids downloading
...
...
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