5 lines
142 B
Docker
5 lines
142 B
Docker
FROM ubuntu:latest
|
|
|
|
RUN apt update && apt install -y python3-pip
|
|
|
|
RUN pip install pandas numpy scikit-learn tensorflow --break-system-packages |