Update 'Dockerfile'
This commit is contained in:
parent
bd3f983344
commit
5dc300c197
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user