installing tensofrflow

This commit is contained in:
Wojciech Mikołajski 2023-06-17 20:15:49 +02:00
parent 4c8e952dca
commit c503b911da

View File

@ -9,7 +9,8 @@ RUN apt-get update \
&& pip3 install --user kaggle \
&& pip3 install --user pandas \
&& pip3 install --user seaborn \
&& pip3 install --user scikit-learn
&& pip3 install --user scikit-learn \
&& pip3 install --user tensorflow
ENV PATH="/root/.local/bin:$PATH"