diff --git a/dockerfile b/dockerfile index 53a0531..db1945b 100644 --- a/dockerfile +++ b/dockerfile @@ -9,7 +9,7 @@ RUN apt update && apt upgrade -y \ && pip install --user scikit-learn \ && pip install --user matplotlib \ && pip install --user keras \ - && pip install --user tensorflow \ + #&& pip install --user tensorflow \ && pip install --user numpy \ && pip install --user opencv-python \ && pip install --user sacred \