From 5dc300c19740c54bccc19b32f41a73d763b85a2d Mon Sep 17 00:00:00 2001 From: Kacper Dudzic Date: Sat, 2 Apr 2022 12:56:22 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af58156..c76a74b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM ubuntu:latest -WORKDIR /app +WORKDIR /ium COPY ./skrypt.sh ./ COPY ./statystyki.sh ./ RUN chmod u+x ./skrypt.sh ./statystyki.sh -RUN apt update && apt install -y python3-pip zip +RUN apt update && apt install -y pip zip RUN pip install --user kaggle