Update
This commit is contained in:
parent
afbaba7ac7
commit
16d1c098bf
@ -2,7 +2,7 @@ FROM python:3.7
|
||||
COPY . .
|
||||
RUN apt update
|
||||
RUN apt install -y python3-numpy
|
||||
RUN apt install -y python-pandas
|
||||
RUN apt install -y python3-pandas
|
||||
RUN apt install -y wget
|
||||
RUN pip install requests
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user