ium_487184/Dockerfile

6 lines
210 B
Docker
Raw Normal View History

2023-04-21 15:56:43 +02:00
FROM ubuntu:latest
2023-06-28 22:39:02 +02:00
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 \