Dockerfile fix
This commit is contained in:
parent
0f23d60f1e
commit
7695d6859e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user