Update Dockerfile

This commit is contained in:
Alicja Szulecka 2024-04-02 19:30:59 +02:00
parent 70cd8d9920
commit dcd281495b
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip install kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN pip3 install kaggle pandas scikit-learn
WORKDIR /app