This commit is contained in:
wikbom 2023-05-10 15:47:43 +02:00
parent 2a3e3598ac
commit a99e2c5ede
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN apt install git -y
RUN pip install --user kaggle
RUN pip install --user pandas
RUN pip install --user numpy
RUN pip install --user torch
RUN pip install --user keras
RUN pip install --user tensorflow