Skip to content

Commit 751c1aa

Browse files
authored
Update sample.json
1 parent 5dd4427 commit 751c1aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning

AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning/sample.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"ciTests": {
1313
"linux": [{
1414
"env": [
15+
"echo \"deb [arch=amd64] http://storage.googleapis.com/tensorflow-serving-apt stable tensorflow-model-server tensorflow-model-server-universal\" | tee /etc/apt/sources.list.d/tensorflow-serving.list",
16+
"curl https://storage.googleapis.com/tensorflow-serving-apt/tensorflow-serving.release.pub.gpg | apt-key add -",
17+
"apt-get update && apt-get install tensorflow-model-server",
1518
"source /intel/oneapi/intelpython/bin/activate",
1619
"conda activate tensorflow",
1720
"pip install -r requirements.txt --no-deps",

0 commit comments

Comments
 (0)