Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-14 13:05:58 +02:00
parent 9413b985c5
commit 5202d8d543
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip3 install kaggle pandas scikit-learn
RUN pip3 install kaggle pandas scikit-learn torch
WORKDIR /app