diff 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
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/docker-build.sh	Wed Nov 22 07:44:11 2023 +0100
+++ b/Applications/StoneWebViewer/WebAssembly/docker-build.sh	Wed Jan 24 16:44:40 2024 +0100
@@ -3,8 +3,8 @@
 # Stone of Orthanc
 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
 # Department, University Hospital of Liege, Belgium
-# Copyright (C) 2017-2023 Osimis S.A., Belgium
-# Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
+# Copyright (C) 2017-2024 Osimis S.A., Belgium
+# Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
 #
 # This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Affero General Public License
@@ -24,8 +24,7 @@
 
 # NB: Sources of the "jodogne/wasm-builder" Docker image:
 # https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder
-IMAGE=jodogne/wasm-builder:2.0.23
-#IMAGE=wasm-builder
+IMAGE=jodogne/wasm-builder:3.1.49
 
 if [ "$1" != "Debug" -a "$1" != "Release" ]; then
     echo "Please provide build type: Debug or Release"