Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
resolve
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
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
ift
resolve
Commits
d050f4b5
Commit
d050f4b5
authored
2 years ago
by
Jakob Roth
Browse files
Options
Downloads
Patches
Plain Diff
pip install with --break-system-packages in Dockerfile
parent
0956f07b
No related branches found
No related tags found
1 merge request
!44
Fix pipeline
Pipeline
#174090
failed
2 years ago
Stage: build_docker
Stage: testing
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
d050f4b5
...
...
@@ -6,14 +6,14 @@ RUN apt-get update -qq && apt-get install -qq git
# Actual dependencies
RUN
apt-get update
-qq
&&
apt-get
install
-qq
python3-pip
RUN
pip3
install
pybind11
RUN
pip3
install
--break-system-packages
pybind11
# Optional dependencies
RUN
pip3
install
astropy
RUN
pip3
install
--break-system-packages
astropy
RUN
apt-get
install
-qq
python3-mpi4py
# Testing dependencies
RUN
apt-get
install
-qq
python3-pytest-cov
# Documentation dependencies
RUN
pip3
install
sphinx pydata-sphinx-theme
RUN
pip3
install
--break-system-packages
sphinx pydata-sphinx-theme
# Create user (openmpi does not like to be run as root)
RUN
useradd
-ms
/bin/bash testinguser
...
...
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