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

This commit is contained in:
Norbert Walkowiak 2023-07-05 21:33:25 +02:00
parent 04053b83b9
commit 229afc3e14

View File

@ -4,6 +4,7 @@ FROM ubuntu:latest
# Instalujemy pakiety # Instalujemy pakiety
RUN apt update && apt upgrade -y \ RUN apt update && apt upgrade -y \
&& apt install -y python3.10 python3-pip curl \ && apt install -y python3.10 python3-pip curl \
&& pip install --upgrade pip \
&& pip install --user kaggle \ && pip install --user kaggle \
&& pip install --user pandas \ && pip install --user pandas \
&& pip install --user tensorflow==2.12.0 \ && pip install --user tensorflow==2.12.0 \