dockerfile fix

This commit is contained in:
gedin 2023-05-24 14:32:34 +02:00
parent 296afadbe4
commit bef6649aa6
1 changed files with 23 additions and 0 deletions

23
Dockerfile Normal file
View File

@ -0,0 +1,23 @@
FROM ubuntu:latest
RUN apt-get update --fix-missing
RUN apt install python3-pip -y
RUN apt install unzip -y
RUN apt install git -y
RUN pip install --user kaggle
RUN pip install --user pandas
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV PATH="$PATH:~/.local/bin/kaggle"
ENV KAGGLE_USERNAME="wiktorbombola"
ENV KAGGLE_KEY=""
# RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc
COPY ./script.sh ./
COPY ./learning.py ./
# CMD ./script.sh 300
# CMD ./learning.py