diff --git a/backend/Dockerfile b/backend/Dockerfile
index 3539124b5be28cf2d3b61bca6f3195db6fb4aad4..53b2c0a73e5e85f682cee745caa361233852c57a 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,9 +1,7 @@
 FROM reallibrephotos/librephotos-dependencies:dev
 
-# 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/
+# install rust, a missing requirenment from pytorch
+RUN apt install -y rustc libtinfo5 
 # actual project
 ARG DEBUG
 WORKDIR /code