File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,8 @@ export USE_MKLDNN=ON
325
325
export USE_QNNPACK=OFF
326
326
export USE_PYTORCH_QNNPACK=OFF
327
327
[ $(uname -m) = x86_64 ] && export USE_XNNPACK=OFF
328
- [ $(uname -m) != x86_64 ] && export USE_BREAKPAD=OFF
328
+ # Breakpad is undesirable as it causes libtorch_cpu to have an executable stack
329
+ export USE_BREAKPAD=OFF
329
330
export PYTORCH_BUILD_VERSION=1.11.0
330
331
export PYTORCH_BUILD_NUMBER=1
331
332
/usr/local/gcc103/bin/python3.7 setup.py install
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ sleep 5
34
34
HOST=docker.elastic.co
35
35
ACCOUNT=ml-dev
36
36
REPOSITORY=ml-linux-build
37
- VERSION=21
37
+ VERSION=22
38
38
39
39
set -e
40
40
Original file line number Diff line number Diff line change 10
10
#
11
11
12
12
# Increment the version here when a new tools/3rd party components image is built
13
- FROM docker.elastic.co/ml-dev/ml-linux-build:21
13
+ FROM docker.elastic.co/ml-dev/ml-linux-build:22
14
14
15
15
MAINTAINER David Roberts <dave.roberts@elastic.co>
16
16
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ RUN \
148
148
export USE_QNNPACK=OFF && \
149
149
export USE_PYTORCH_QNNPACK=OFF && \
150
150
export USE_XNNPACK=OFF && \
151
+ export USE_BREAKPAD=OFF && \
151
152
export PYTORCH_BUILD_VERSION=1.11.0 && \
152
153
export PYTORCH_BUILD_NUMBER=1 && \
153
154
/usr/local/bin/python3.7 setup.py install && \
Original file line number Diff line number Diff line change 10
10
#
11
11
12
12
# Increment the version here when a new tools/3rd party components image is built
13
- FROM docker.elastic.co/ml-dev/ml-linux-build:21
13
+ FROM docker.elastic.co/ml-dev/ml-linux-build:22
14
14
15
15
MAINTAINER David Roberts <dave.roberts@elastic.co>
16
16
You can’t perform that action at this time.
0 commit comments