diff --git a/backend/Dockerfile b/backend/Dockerfile index b61281c4248f2106b09c52e63c51eda8e290ea35..3b18dd3ad198cae1e38164dbe63b33b278edec1b 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,7 +1,4 @@ FROM reallibrephotos/librephotos-dependencies:dev -RUN apt update -y -# install rust and a missing requirenment from pytorch -RUN apt install -y rustc libtinfo5 # actual project ARG DEBUG WORKDIR /code