Dockerfile

This commit is contained in:
Mateusz 2024-04-01 13:59:07 +02:00
parent 762db3c7f4
commit 6592cd02ac

View File

@ -2,7 +2,7 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip unzip
RUN pip install --user kaggle pandas numpy scikit-learn
RUN pip install kaggle pandas numpy scikit-learn
WORKDIR /app