2 Commits

Author SHA1 Message Date
Iain Sproat cd4dd989bd Merge pull request #7 from specklesystems/iain/img2pc-bump-keras-2.12.0rc0
fix(deps): bumps keras 2.12.0rc0
2023-02-19 21:05:38 +00:00
Iain Sproat a8281c22dd fix(deps): bumps keras 2.12.0rc0 2023-02-19 21:01:59 +00:00
+1 -1
View File
@@ -6,7 +6,7 @@ RUN gdown https://drive.google.com/uc?id=19dfvGvDfCRYaqxVKypp1fRHwK7XtSjVu
FROM tensorflow/tensorflow:2.12.0rc0-jupyter
RUN pip3 install keras==2.11.0
RUN pip3 install keras==2.12.0rc0
RUN pip3 install scikit-learn==1.2.0 scikit-image==0.19.3