Dockerfile fix

This commit is contained in:
MatOgr 2022-04-03 11:46:06 +02:00
parent 0f23d60f1e
commit 7695d6859e

View File

@ -8,7 +8,7 @@ WORKDIR /app
ADD . . ADD . .
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3.8 python3-pip figlet unzip 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_USERNAME
ARG KAGGLE_KEY ARG KAGGLE_KEY