From 7695d6859eb7c2b7fa09a71089a8e4ff59f716c8 Mon Sep 17 00:00:00 2001 From: MatOgr Date: Sun, 3 Apr 2022 11:46:06 +0200 Subject: [PATCH] Dockerfile fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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