Debug why so file is missing

This commit is contained in:
MTRNord 2022-10-10 21:27:40 +02:00
parent e829be9233
commit d2b5ee8927
1 changed files with 3 additions and 0 deletions

View File

@ -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