Commit 0bb44c84 authored by kalvin's avatar kalvin

pip install requests

parent b6510350
......@@ -4,5 +4,6 @@ USER root
WORKDIR /home/quant_group
COPY run.py .
RUN pip install requests
RUN chmod +x ./run.py
CMD ["python", "-c", "run.py"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment