File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ COPY --chown=polytope --from=mars-cpp-base-final /root/.local /home/polytope/
314
314
COPY --chown=polytope --from=mars-c-base-final /opt/ecmwf/mars-client /opt/ecmwf/mars-client
315
315
COPY --chown=polytope --from=mars-c-base-final /usr/local/bin/mars /usr/local/bin/mars
316
316
RUN sudo apt update \
317
- && sudo apt install -y libgomp1 git libnetcdf19 liblapack3 libfftw3-bin libproj25 \
317
+ && sudo apt install -y libgomp1 git libnetcdf19 liblapack3 libfftw3-bin libproj25 libopenjp2-7 \
318
318
&& sudo rm -rf /var/lib/apt/lists/*
319
319
320
320
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ build:
42
42
# mars_client_c_version: 6.33.20.2
43
43
gribjump_version : 0.7.0
44
44
# mars_client_cpp_version: 6.99.3.0
45
- # ecbuild_version: 3.8.2
46
- # eccodes_version: 2.33.1
47
- # eckit_version: 1.28.0
48
- # pyfdb_version: 0.1.0
49
- # fdb_version: 5.13.2
45
+ ecbuild_version : 3.9.0
46
+ eccodes_version : 2.38.3
47
+ eckit_version : 1.28.3
48
+ pyfdb_version : 0.1.1
49
+ fdb_version : 5.13.106
50
50
mars_base_c : mars-base-c
51
51
mars_base_cpp : mars-base-cpp
52
- fdb_base : blank-base # fdb-base
52
+ fdb_base : fdb-base
53
53
gribjump_base : gribjump-base
54
54
# cliFlags:
55
55
# - --no-cache # for debug purposes
You can’t perform that action at this time.
0 commit comments