matrix-spam-ml

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

commit 6871e75997f566bcd58dc18fa3902d89f4c31d4e
parent 88d588d02323e4bc1571b98cec3805a4e1cb6fff
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Oct 2022 21:01:35 +0200

Remove debug code

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

diff --git a/Dockerfile b/Dockerfile @@ -5,7 +5,6 @@ COPY ./crates /app/crates COPY ./Cargo.toml /app COPY ./Cargo.lock /app RUN cargo build --release -RUN pwd && ls -la ./target && ls -la ./target/release && ls -la /app/target/ && ls -la /app/target/release/ ENV MODEL_PATH /app/models/matrix_spam # Copy the model files to the image