File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENV HOROVOD_VERSION=0.16.4
8
8
9
9
RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
10
10
build-essential \
11
+ jq \
11
12
ca-certificates \
12
13
cmake \
13
14
cuda-command-line-tools-10-0 \
@@ -16,7 +17,6 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
16
17
cuda-curand-10-0 \
17
18
cuda-cusolver-10-0 \
18
19
cuda-cusparse-10-0 \
19
- jq \
20
20
libglib2.0-0 \
21
21
libgl1-mesa-glx \
22
22
libsm6 \
@@ -31,6 +31,14 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
31
31
build-essential \
32
32
zlib1g-dev
33
33
34
+ RUN apt-get remove -y cuda-cufft-dev-10-0 \
35
+ cuda-curand-dev-10-0 \
36
+ cuda-cusolver-dev-10-0 \
37
+ cuda-npp-dev-10-0 \
38
+ cuda-nvgraph-dev-10-0 \
39
+ cuda-nvjpeg-dev-10-0 \
40
+ cuda-nvrtc-dev-10-0
41
+
34
42
# See http://bugs.python.org/issue19846
35
43
ENV LANG C.UTF-8
36
44
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENV HOROVOD_VERSION=0.16.4
8
8
9
9
RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
10
10
build-essential \
11
+ jq \
11
12
ca-certificates \
12
13
cmake \
13
14
cuda-command-line-tools-10-0 \
@@ -16,7 +17,6 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
16
17
cuda-curand-10-0 \
17
18
cuda-cusolver-10-0 \
18
19
cuda-cusparse-10-0 \
19
- jq \
20
20
libglib2.0-0 \
21
21
libgl1-mesa-glx \
22
22
libsm6 \
@@ -31,6 +31,14 @@ RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held
31
31
build-essential \
32
32
zlib1g-dev
33
33
34
+ RUN apt-get remove -y cuda-cufft-dev-10-0 \
35
+ cuda-curand-dev-10-0 \
36
+ cuda-cusolver-dev-10-0 \
37
+ cuda-npp-dev-10-0 \
38
+ cuda-nvgraph-dev-10-0 \
39
+ cuda-nvjpeg-dev-10-0 \
40
+ cuda-nvrtc-dev-10-0
41
+
34
42
# See http://bugs.python.org/issue19846
35
43
ENV LANG C.UTF-8
36
44
You can’t perform that action at this time.
0 commit comments