Skip to content

Commit 78b2293

Browse files
committed
conda version update
1 parent b3a511b commit 78b2293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook_examples/train-register-deploy-tensorflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@notebook{train-register-deploy-tensorflow.ipynb,\n",
99
" title: Train, Register, and Deploy a TensorFlow Model,\n",
1010
" summary: Train, register, and deploy a TensorFlow model.,\n",
11-
" developed_on: tensorflow28_p38_cpu_v1,\n",
11+
" developed_on: tensorflow216_p310_gpu_v1,\n",
1212
" keywords: tensorflow, deploy model, register model, train model,\n",
1313
" license: Universal Permissive License v 1.0\n",
1414
"}"
@@ -297,7 +297,7 @@
297297
"metadata": {},
298298
"outputs": [],
299299
"source": [
300-
"conda_env = \"tensorflow28_p38_cpu_v1\"\n",
300+
"conda_env = \"tensorflow216_p310_gpu_v1\"\n",
301301
"\n",
302302
"tf_model.prepare(\n",
303303
" inference_conda_env=conda_env,\n",

0 commit comments

Comments
 (0)