Skip to content

Commit 84b0f93

Browse files
committed
Create start
TensorFLow for AMD CPUs
1 parent 779ce04 commit 84b0f93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.binder/start

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# set environment vars
4+
export TF_ENABLE_ZENDNN_OPTS=1
5+
export TF_ENABLE_ONEDNN_OPTS=0
6+
7+
# container entrypoint
8+
exec "$@"

0 commit comments

Comments
 (0)