Bump all dependencies to the latest available GA version
This commit is contained in:
Родитель
4bc421ffba
Коммит
0a62f515d9
|
@ -1,11 +1,11 @@
|
|||
FROM tensorflow/tensorflow:2.2.3-py3-jupyter
|
||||
FROM tensorflow/tensorflow:2.10.0-jupyter
|
||||
|
||||
RUN pip3 install keras==2.10.0
|
||||
|
||||
RUN pip3 install scikit-learn==0.24.2 scikit-image==0.17.2
|
||||
RUN pip3 install scikit-learn==1.1.3 scikit-image==0.19.3
|
||||
|
||||
RUN pip3 uninstall -y enum34
|
||||
RUN pip3 install specklepy==2.6.7 cherrypy==18.8.0
|
||||
RUN pip3 install specklepy==2.9.0 cherrypy==18.8.0
|
||||
RUN pip3 install cherrypy-cors==1.6
|
||||
|
||||
COPY . /app
|
||||
|
|
Загрузка…
Ссылка в новой задаче