diff --git a/Dockerfile b/Dockerfile index f64e64f75bb4390f9336c2d85a6ebcd8ce3cc682..b290f601a00bd199625876731e750c7704c4292b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN pip install --upgrade pip RUN pip install numpy scipy scikit-learn pillow h5py keras RUN pip install --upgrade imutils RUN pip install --upgrade scikit-learn -RUN pip install --upgrade matplotlib \ No newline at end of file +RUN pip install --upgrade matplotlib +RUN pip install -q tensorflow==2.0.0-beta1 \ No newline at end of file