Skip to content

Commit 65a6a20

Browse files
authored
#1145/#1147: Ignore CVE-2025-47273 and remove unnecessary copy (#525)
related to exasol/script-languages-release#1145 related to exasol/script-languages-release#1147 also update pytorch to 2.7.0
1 parent b6455fc commit 65a6a20

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

flavors/test-Exasol-8-cuda-ml/flavor_base/flavor_base_deps/packages/conda_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cuda-compat|12.6.2
44
cuda-nvcc|12.6.77
55
cuda-nvrtc|12.6.77
66
numba|0.60.0
7-
pytorch|2.6.0
7+
pytorch|2.7.0

flavors/test-Exasol-8-cuda-ml/flavor_base/release/Dockerfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,9 @@ ENV MAMBA_EXE="/bin/micromamba"
66

77
RUN mkdir -p /conf /buckets /nvidia/driver /nvidia/utils
88

9-
COPY --from={{language_deps}} /usr /usr
10-
RUN true # workaround for https://github.com/moby/moby/issues/37965
11-
12-
COPY --from={{language_deps}} /lib /lib
13-
RUN true # workaround for https://github.com/moby/moby/issues/37965
14-
15-
COPY --from={{language_deps}} /bin /bin
16-
RUN true # workaround for https://github.com/moby/moby/issues/37965
17-
18-
COPY --from={{language_deps}} /opt /opt
19-
RUN true # workaround for https://github.com/moby/moby/issues/37965
20-
21-
COPY --from={{language_deps}} /etc /etc
22-
RUN true # workaround for https://github.com/moby/moby/issues/37965
23-
249
COPY --from={{language_deps}} /build_info /build_info
2510
RUN true # workaround for https://github.com/moby/moby/issues/37965
2611

27-
COPY --from={{language_deps}} /var /var
28-
RUN true # workaround for https://github.com/moby/moby/issues/37965
29-
3012
COPY --from={{language_deps}} /scripts /scripts
3113
RUN true # workaround for https://github.com/moby/moby/issues/37965
3214

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
CVE-2025-47273 #See https://github.com/exasol/script-languages-release/issues/1145

0 commit comments

Comments
 (0)