edit Dockerfile (linux formatting)

This commit is contained in:
Yevhenii Poliakov 2023-05-11 16:53:44 +02:00
parent b67ad3e02a
commit 7bc893c15d
2 changed files with 24407 additions and 24395 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,14 @@
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