Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 12:56:22 +02:00
parent bd3f983344
commit 5dc300c197

View File

@ -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