try keras version

This commit is contained in:
jakubknczny 2021-05-15 20:45:35 +02:00
parent aaa80781bd
commit 57fbfb412f
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ RUN apt install -y apt-utils >>/dev/null
RUN apt install -y python3.8 >>/dev/null
RUN apt install -y python3-pip >>/dev/null
RUN apt install -y unzip >>/dev/null
run pip3 install 'h5py==2.10.0' --force-reinstall
RUN pip3 install 'h5py==2.10.0' --force-reinstall
WORKDIR /app

View File

@ -1,4 +1,4 @@
numpy~=1.19.2
pandas
tensorflow
keras==2.1.0
tensorflow==2.3.1
keras==2.4.3