Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
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
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
NIFTy
Commits
9ec10791
Commit
9ec10791
authored
2 years ago
by
Vincent Eberle
Browse files
Options
Downloads
Patches
Plain Diff
change to pip install for bugfix
parent
cd3b6dc1
Loading
Loading
1 merge request
!782
change to pip install for bugfix
Pipeline
#140233
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
9ec10791
...
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
...
@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
# Testing dependencies
# Testing dependencies
python3-pytest-cov jupyter \
python3-pytest-cov jupyter \
# Optional NIFTy dependencies
# Optional NIFTy dependencies
python3-mpi4py python3-matplotlib python3-h5py
python3-astropy
\
python3-mpi4py python3-matplotlib python3-h5py \
# more optional NIFTy dependencies
# more optional NIFTy dependencies
&& DUCC0_OPTIMIZATION=portable pip3 install ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme jupytext \
&& DUCC0_OPTIMIZATION=portable pip3 install
astropy
ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme jupytext \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
# Set matplotlib backend
# Set matplotlib backend
...
...
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