Skip to content

Commit 9bcc11c

Browse files
committed
Update to use Tensorflow 1.15
- Tensorflow 2 is out - Fixes https://github.com/MicrosoftDocs/azure-docs/issues/41095
1 parent 17acca9 commit 9bcc11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-machine-learning-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Confirm that *classify* now contains a file named *predict.py*.
175175
The helper library has some dependencies that need to be installed. Open *start/requirements.txt* in your editor and add the following dependencies to the file.
176176

177177
```txt
178-
tensorflow
178+
tensorflow==1.15
179179
Pillow
180180
requests
181181
```

0 commit comments

Comments
 (0)