From 1dc668fd6049eb1252c970b77f39bd9b3e9fb0c0 Mon Sep 17 00:00:00 2001 From: Niaz <tigrexspalterlp@gmail.com> Date: Sat, 21 Aug 2021 23:28:37 +0200 Subject: [PATCH] Update Dockerfile --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 65374f6..77df6cc 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,7 @@ FROM reallibrephotos/librephotos-dependencies:dev # install rust -RUN apt install -y rustc libtinfo5 +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/ # actual project -- GitLab