comparison Applications/StoneWebViewer/WebAssembly/docker-build.sh @ 2115:de049fd88697 deep-learning

integration mainline->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 16:44:40 +0100
parents c23eef785569
children 16c01cc201e7
comparison
equal deleted inserted replaced
2106:5144d59d0fb2 2115:de049fd88697
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Stone of Orthanc 3 # Stone of Orthanc
4 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 4 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
5 # Department, University Hospital of Liege, Belgium 5 # Department, University Hospital of Liege, Belgium
6 # Copyright (C) 2017-2023 Osimis S.A., Belgium 6 # Copyright (C) 2017-2024 Osimis S.A., Belgium
7 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 7 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
8 # 8 #
9 # This program is free software: you can redistribute it and/or 9 # This program is free software: you can redistribute it and/or
10 # modify it under the terms of the GNU Affero General Public License 10 # modify it under the terms of the GNU Affero General Public License
11 # as published by the Free Software Foundation, either version 3 of 11 # as published by the Free Software Foundation, either version 3 of
12 # the License, or (at your option) any later version. 12 # the License, or (at your option) any later version.
22 22
23 set -ex 23 set -ex
24 24
25 # NB: Sources of the "jodogne/wasm-builder" Docker image: 25 # NB: Sources of the "jodogne/wasm-builder" Docker image:
26 # https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder 26 # https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder
27 IMAGE=jodogne/wasm-builder:2.0.23 27 IMAGE=jodogne/wasm-builder:3.1.49
28 #IMAGE=wasm-builder
29 28
30 if [ "$1" != "Debug" -a "$1" != "Release" ]; then 29 if [ "$1" != "Debug" -a "$1" != "Release" ]; then
31 echo "Please provide build type: Debug or Release" 30 echo "Please provide build type: Debug or Release"
32 exit -1 31 exit -1
33 fi 32 fi