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