ium_z487179/docker/Dockerfile

6 lines
199 B
Docker
Raw Normal View History

2023-04-19 20:20:15 +02:00
FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip python3-dev && \
apt-get install -y build-essential && \
2023-06-11 10:54:35 +02:00
pip3 install pandas kaggle seaborn scikit-learn torch \