x1/Dockerfile
wojciechbatruszewicz c97a233bd3 Create dataset
2023-06-26 18:49:28 +02:00

6 lines
210 B
Docker

FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip python3-dev && \
apt-get install -y build-essential && \
pip3 install pandas kaggle seaborn scikit-learn torch matplotlib \