update dockerfile

This commit is contained in:
Mathieu B 2023-03-26 13:44:41 +02:00
parent 6fca1ec80e
commit 78d706cfcc

View File

@ -14,6 +14,7 @@ COPY ./jarvis /jarvis
RUN apk --no-cache add py3-fann2 fann-dev swig RUN apk --no-cache add py3-fann2 fann-dev swig
COPY requirements.txt /jarvis/ COPY requirements.txt /jarvis/
COPY start.py /jarvis/
RUN python3 -m pip install --no-cache-dir -r requirements.txt RUN python3 -m pip install --no-cache-dir -r requirements.txt
EXPOSE 5000 EXPOSE 5000