From f5abb97812aca461fd6d2c35782ab21ea51a9b1c Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 5 Dec 2022 15:52:30 +0100 Subject: [PATCH] added fann2 docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72d2996..b9dd664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /jarvis COPY ./jarvis /jarvis # needed in older versions of jarvis-server -# RUN apk add build-base python3 python3-dev py3-pip py3-distutils-extra py3-fann2 fann-dev swig +RUN apk add py3-fann2 fann-dev swig COPY requirements.txt /jarvis/ RUN python3 -m pip install --no-cache-dir -r requirements.txt