1 Commits

Author SHA1 Message Date
Iain Sproat 300319a495 chore(deps): bump tensorflow to 2.12.0 and others (#9) 2023-03-27 17:20:36 +01:00
+4 -4
View File
@@ -4,14 +4,14 @@ RUN pip3 install gdown
RUN gdown https://drive.google.com/uc?id=19dfvGvDfCRYaqxVKypp1fRHwK7XtSjVu
FROM tensorflow/tensorflow:2.12.0rc1-jupyter
FROM tensorflow/tensorflow:2.12.0-jupyter
RUN pip3 install keras==2.12.0rc0
RUN pip3 install keras==2.12.0
RUN pip3 install scikit-learn==1.2.0 scikit-image==0.19.3
RUN pip3 install scikit-learn==1.2.2 scikit-image==0.20.0
RUN pip3 uninstall -y enum34
RUN pip3 install specklepy==2.9.1 cherrypy==18.8.0
RUN pip3 install specklepy==2.13.0 cherrypy==18.8.0
RUN pip3 install cherrypy-cors==1.6
COPY --from=model-download nyu.h5 /app/nyu.h5