try keras version
This commit is contained in:
parent
aaa80781bd
commit
57fbfb412f
@ -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.8 >>/dev/null
|
||||||
RUN apt install -y python3-pip >>/dev/null
|
RUN apt install -y python3-pip >>/dev/null
|
||||||
RUN apt install -y unzip >>/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
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
numpy~=1.19.2
|
numpy~=1.19.2
|
||||||
pandas
|
pandas
|
||||||
tensorflow
|
tensorflow==2.3.1
|
||||||
keras==2.1.0
|
keras==2.4.3
|
||||||
|
Loading…
Reference in New Issue
Block a user