matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

commit d2b5ee8927a11981ef03b7ee3a06d8f100cc3a9e
parent e829be92332ad66c75ecadf02d08e450e1d36f94
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Oct 2022 21:27:40 +0200

Debug why so file is missing

Diffstat:
MDockerfile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -24,6 +24,9 @@ COPY ./crates /app/crates COPY ./Cargo.toml /app COPY ./Cargo.lock /app RUN cargo build --release +RUN ls -la target/release/build/tensorflow-sys-*/out +RUN find / -name libtensorflow* +RUN ldd /app/target/release/model_server ENV MODEL_PATH /app/models/matrix_spam # Copy the model files to the image