Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-30 16:29:48 +02:00
parent 99b9b9c70b
commit 42408c00ea

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 matplotlib
WORKDIR /app