ium_151636/Dockerfile

15 lines
222 B
Docker
Raw Normal View History

2023-05-11 20:49:42 +02:00
FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3.10 python3-pip && \
pip3 install --upgrade pip
RUN pip3 install --user kaggle pandas
COPY . /app
WORKDIR /app
CMD ./script1