diff --git a/Dockerfile b/Dockerfile index 65b2dc0..a622306 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /root COPY . cerebro +RUN apt install -y git + RUN cd cerebro && pip install . # Entry point is just the naked command. It is expected that