numpy add

This commit is contained in:
gedin 2023-05-24 14:52:04 +02:00
parent 20a8e7ae9c
commit 35579a7eb3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN apt install python3-pip -y
RUN apt install unzip -y
RUN apt install git -y
RUN pip install --user numpy
RUN pip install --user pandas
RUN pip install --user torch
RUN pip install --user keras