diff --git a/Dockerfile b/Dockerfile index f2a4561..145d616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app ADD . . RUN apt-get update && \ apt-get install -y python3.8 python3-pip figlet unzip -RUN pip install -r requirements.txt +RUN pip3 install -r requirements.txt ARG KAGGLE_USERNAME ARG KAGGLE_KEY