This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2267 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 9b276ae17aa094718fe2078f53a4526350e77973 Author: leonidfrolov <[email protected]> AuthorDate: Fri May 21 16:26:57 2021 +0300 [DATALAB-2320]: updated mxnet and keras version --- infrastructure-provisioning/src/general/conf/datalab.ini | 4 ++-- .../src/general/files/gcp/tensor_description.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini index 2679b22..916c88f 100644 --- a/infrastructure-provisioning/src/general/conf/datalab.ini +++ b/infrastructure-provisioning/src/general/conf/datalab.ini @@ -275,9 +275,9 @@ cmake_version = 3.15.5 ### CNTK library version for DeepLearning notebook for python3 cntk_version = 2.7 ### MXNet library version for DeepLearning notebook for python -mxnet_version = 1.6.0.post0 +mxnet_version = 1.7.0 ### Keras library version for Tensor/DeepLearning notebook -keras_version = 2.1.6 +keras_version = 2.4.0 ### Theano library version for Tensor/DeepLearning notebook theano_version = 1.0.3 ### Version of CUDA diff --git a/infrastructure-provisioning/src/general/files/gcp/tensor_description.json b/infrastructure-provisioning/src/general/files/gcp/tensor_description.json index eebc7fd..a355d69 100644 --- a/infrastructure-provisioning/src/general/files/gcp/tensor_description.json +++ b/infrastructure-provisioning/src/general/files/gcp/tensor_description.json @@ -10,10 +10,10 @@ "exploratory_environment_versions" : [ { - "template_name": "Jupyter with TensorFlow 2.1.0", + "template_name": "Jupyter with TensorFlow 2.3.2", "description": "Base image with TensorFlow and Jupyter node creation routines", "environment_type": "exploratory", - "version": "tensorflow_gpu-2.1.0", + "version": "tensorflow_gpu-2.3.2", "vendor": "GCP" } ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
