From f791a5ee47f9ee86441ae6aa63511aa8430bc266 Mon Sep 17 00:00:00 2001 From: Niaz <tigrexspalterlp@gmail.com> Date: Sun, 22 Aug 2021 09:14:45 +0200 Subject: [PATCH] Update Dockerfile --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 77df6cc..3539124 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,6 +1,6 @@ FROM reallibrephotos/librephotos-dependencies:dev -# install rust +# install rust, a missing requirenment from pytorch and unzip RUN apt install -y rustc libtinfo5 unzip # unzip faiss to actually installed it... RUN unzip /usr/local/lib/python3.9/dist-packages/faiss*.egg -d /usr/local/lib/python3.9/dist-packages/ -- GitLab