r
This commit is contained in:
parent
1766ac7710
commit
f5528b9b8d
@ -7,7 +7,8 @@ COPY ./requirements.txt .
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
RUN pip3 install pandas
|
||||
RUN pip3 install numpy
|
||||
RUN pip3 install kaggle
|
||||
|
||||
ARG CUTOFF
|
||||
|
Loading…
Reference in New Issue
Block a user