dockerfile

This commit is contained in:
Natalia Szymczyk 2023-04-21 11:26:52 +02:00
parent ad7c089729
commit 3ccf2288b1
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets
COPY . .