Skip to content
Snippets Groups Projects
Commit 50cd9f83 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Make image portable insted of targeting hashwell

parent a1a720a4
Branches
Tags v0.5.16
No related merge requests found
Pipeline #111200 passed
......@@ -56,9 +56,9 @@ RUN mkdir -p /usr/local/share/casacore/data && \
tar -C /usr/local/share/casacore/data -xzf -
# Build dependencies with CMake
# Targeting 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
......
......@@ -26,4 +26,3 @@ docker build \
--tag ${IMAGE_NAME}:latest \
.
echo "Succesfully build docker file"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment