Update 'Dockerfile'
This commit is contained in:
parent
bd3f983344
commit
5dc300c197
@ -1,13 +1,13 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /ium
|
||||||
|
|
||||||
COPY ./skrypt.sh ./
|
COPY ./skrypt.sh ./
|
||||||
COPY ./statystyki.sh ./
|
COPY ./statystyki.sh ./
|
||||||
|
|
||||||
RUN chmod u+x ./skrypt.sh ./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
|
RUN pip install --user kaggle
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user