We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9eaea7 commit 816e1d6Copy full SHA for 816e1d6
samples/Makefile
@@ -1,4 +1,4 @@
1
-DIRS = docker_aks helloworld java_hello_world rust tensorflow_lite TEE_aware/dotnet TEE_aware/gencreds
+DIRS = docker_aks helloworld java_hello_world rust TEE_aware/dotnet TEE_aware/gencreds
2
3
ifdef MHSM_AAD_URL
4
DIRS += confidential_ml
solutions/Makefile
@@ -29,7 +29,8 @@ DIRS += memcached
29
# DIRS += python_webserver
30
ifndef MYST_SKIP_PR_TEST
31
# Do not run in PR pipeline as it takes ~15min
32
-DIRS += tensorflow_lite
+# Jul 2025 Disabled: docker build is broken
33
+#DIRS += tensorflow_lite
34
# DIRS += pandas_tests
35
endif
36
# DIRS += nodejs
0 commit comments