dockerfile
This commit is contained in:
parent
ad7c089729
commit
3ccf2288b1
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && apt install -y python3-pip && pip3 install scikit-learn datasets
|
||||
|
||||
COPY . .
|
Loading…
Reference in New Issue
Block a user