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
Merge requests
!28
"bfps/cpp/spline_n2.hpp" did not exist on "fbc66d2f38d3b7ed43840c1cdd501fe0f6fe4983"
Draft: Ngeht
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Ngeht
ngeht
into
master
Overview
0
Commits
35
Pipelines
2
Changes
17
Closed
Philipp Arras
requested to merge
ngeht
into
master
3 years ago
Overview
0
Commits
35
Pipelines
2
Changes
17
Expand
0
0
Merge request reports
Compare
master
version 1
deb6e5bf
3 years ago
master (base)
and
latest version
latest version
762b7da1
35 commits,
3 years ago
version 1
deb6e5bf
34 commits,
3 years ago
17 files
+
694
−
264
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
misc/Dockerfile
+
2
−
2
Options
@@ -2,8 +2,8 @@ FROM kernsuite/base:latest
ENV
DEBIAN_FRONTEND noninteractive
RUN
docker-apt-install dysco python3-casacore
RUN
apt-get update
-qq
&&
apt-get
install
-qq
python3-pip python3-matplotlib git
RUN
pip3
install
scipy pybind11 git+https://gitlab.mpcdf.mpg.de/ift/nifty.git@NIFTy_
7
RUN
pip3
install
git+https://gitlab.mpcdf.mpg.de/mtr/ducc.git@
ducc0
RUN
pip3
install
scipy pybind11 git+https://gitlab.mpcdf.mpg.de/ift/nifty.git@NIFTy_
8
RUN
pip3
install
ducc0
COPY
. /resolve
RUN
cd
resolve
&&
python3 setup.py
install
ENTRYPOINT
["python3", "resolve/misc/ms2npz.py"]
Loading