Ashish Bharadwaj Srinivasa
Ashish Bharadwaj Srinivasa
Was this ever resolved? I'm facing the same issue.
The fix is to first `COPY` requirements.txt and then copy the rest of the code into docker container _after_ installing all python requirements. This way, docker caches the `pip install...`
@darshshah @jakemannix FYI
@jakemannix Are there any updates on this PR? Can we close it otherwise?
> Most are within 1e-6, but a few are less precise (not sure why yet). @jakemannix The beauty of this setup is that I can swap the test model with...
@Ullimague FYI
Perfect. Let's prioritize adding these. @mohazahran
@Craigacp I tried this based on the test you pointed to ```scala val libname = System.mapLibraryName("_normalize_ops").substring(3) val customOpLibrary = Paths.get(libname).toFile val opList = TensorFlow.loadLibrary(customOpLibrary.getAbsolutePath) ``` But I get the following...
> These packages are needed for the entire library as it contains both nlp and vision, plus many advanced training and optimization techniques. If you have strict security requirement and...