diff --git a/Dockerfile b/Dockerfile index 4d219d7..8d301f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN pip3 install wheel --no-deps -U RUN pip3 install GitPython RUN pip3 install pymongo RUN pip3 install mlflow +RUN pip3 install fastai RUN apt-get install unzip ARG CUTOFF