-
-
Notifications
You must be signed in to change notification settings - Fork 591
Closed
Labels
Description
Environment
- Mac 10.14.6 (Mojave)
- GraalVM 20.1.0 Java 11
Step to reproduce:
1. install GraalVM following the [instruction](https://www.graalvm.org/docs/getting-started/macos)
2. git clone https://github.com/aws-samples/djl-demo.git
3. cd djl-demo/graalvm
4. mvn clean package -Pnative -Ptensorflow
5. target/image-classification
Loading: 100% |████████████████████████████████████████|
No Java runtime present, requesting install.
DJL uses TensorFlow JavaCpp bindings.
When building GraalVM with native mode, it shouldn't look for java during the runtime
Does JavaCpp for TensorFlow override the path of which JVM is loading?