fix: poprawiono dockerfile po aktualizacji bibliotek (przestał budowac sie projekt)

This commit is contained in:
Norbert Walkowiak 2023-07-05 22:20:56 +02:00
parent c92d0401bc
commit e38dc9ca67

View File

@ -9,7 +9,7 @@ RUN apt update && apt upgrade -y \
&& pip install --user scikit-learn \
&& pip install --user matplotlib \
&& pip install --user keras \
&& pip install --user tensorflow \
#&& pip install --user tensorflow \
&& pip install --user numpy \
&& pip install --user opencv-python \
&& pip install --user sacred \