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

This commit is contained in:
Norbert Walkowiak 2023-07-05 22:35:42 +02:00
parent 7e9981a51f
commit b43cdc4497

View File

@ -10,10 +10,11 @@ RUN apt update && apt upgrade -y \
&& pip install --user matplotlib \ && pip install --user matplotlib \
&& pip install --user keras \ && pip install --user keras \
&& pip install --user numpy \ && pip install --user numpy \
&& pip install --user tensorflow \
&& pip install --user opencv-python \ && pip install --user opencv-python \
&& pip install --user sacred \ && pip install --user sacred \
&& pip install --user pymongo \ && pip install --user pymongo
&& pip install --user tensorflow
RUN echo 'export PATH="/root/.local/bin:$PATH"' >> ~/.bashrc RUN echo 'export PATH="/root/.local/bin:$PATH"' >> ~/.bashrc