fix copy/paste error

This commit is contained in:
Martin Kroeker 2023-11-02 17:40:14 +01:00 committed by GitHub
parent 73380e3cb4
commit b3eaac3497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
RUN mkdir /tmp/SDE && cd /tmp/SDE && \\
mkdir sde-external-9.21.1-2023-04-24-lin && \\
wget --quiet -O sde-external-9.21.1-2023-04-24-lin.tar.xz https://downloadmirror.intel.com/777395/sde-external-9.21.1-2023-04-24-lin.tar.xz && \\
tar -xJvf https://downloadmirror.intel.com/777395/sde-external-9.21.1-2023-04-24-lin.tar.xz -C /tmp/SDE/sde-external-9.21.1-2023-04-24-lin --strip-components=1
tar -xJvf sde-external-9.21.1-2023-04-24-lin.tar.xz -C /tmp/SDE/sde-external-9.21.1-2023-04-24-lin --strip-components=1
RUN cd /tmp/openblas && CC=gcc make QUIET_MAKE=1 DYNAMIC_ARCH=1 NUM_THREADS=32 BINARY=64
CMD cd /tmp/openblas && echo 0 > /proc/sys/kernel/yama/ptrace_scope && CC=gcc OPENBLAS_VERBOSE=2 /tmp/SDE/sde-external-9.21.1-2023-04-24-lin/sde64 -cpuid_in /tmp/SDE/sde-external-9.21.1-2023-04-24-lin/misc/cpuid/spr/cpuid.def -- make lapack_test DYNAMIC_ARCH=1 NUM_THREADS=32 BINARY=64" > Dockerfile
docker build -t intel_sde .