Skip to content
Snippets Groups Projects
Commit 19b67a75 authored by 成恩 伍's avatar 成恩 伍
Browse files

Delete Dockerfile

parent c03c1479
No related branches found
No related tags found
No related merge requests found
FROM python:3.9
WORKDIR ./edge
ADD . .
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
CMD ["python", "./extraction.py"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment