Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imaging_compress_pipeline
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
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
LDV
imaging_compress_pipeline
Commits
50cd9f83
Commit
50cd9f83
authored
3 months ago
by
Timo Millenaar
Browse files
Options
Downloads
Patches
Plain Diff
Make image portable insted of targeting hashwell
parent
a1a720a4
Branches
Branches containing commit
Tags
v0.5.16
Tags containing commit
No related merge requests found
Pipeline
#111200
passed
3 months ago
Stage: build
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+26
-26
26 additions, 26 deletions
docker/Dockerfile
docker/docker_build.sh
+0
-1
0 additions, 1 deletion
docker/docker_build.sh
with
26 additions
and
27 deletions
docker/Dockerfile
+
26
−
26
View file @
50cd9f83
...
...
@@ -56,9 +56,9 @@ RUN mkdir -p /usr/local/share/casacore/data && \
tar
-C
/usr/local/share/casacore/data
-xzf
-
# Build dependencies with CMake
# Target
ing
haswell for better x64 performance. Use PORTABLE=TRUE if you want to target
non-x64
CPU architectures
#
ARG PORTABLE=TRUE
ARG
TARGET_CPU=haswell
# Target haswell for better x64 performance. Use PORTABLE=TRUE if you want to target
a broader range of
CPU architectures
ARG
PORTABLE=TRUE
#
ARG TARGET_CPU=haswell
# Casacore
ARG
CASACORE_COMMIT=master
...
...
This diff is collapsed.
Click to expand it.
docker/docker_build.sh
+
0
−
1
View file @
50cd9f83
...
...
@@ -26,4 +26,3 @@ docker build \
--tag
${
IMAGE_NAME
}
:latest
\
.
echo
"Succesfully build docker 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