Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-05-05 14:12:55 +02:00
parent 7ff2f9711e
commit 8ab682be76
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 torch
RUN pip3 install kaggle pandas scikit-learn torch sacred pymongo
WORKDIR /app