Skip to content
Snippets Groups Projects
Commit e93f8b04 authored by chenyuting's avatar chenyuting
Browse files

add Dockerfile

parent 371f63ab
No related branches found
No related tags found
No related merge requests found
ARG FROM_IMAGE_NAME
FROM ${FROM_IMAGE_NAME}
COPY requirements.txt .
RUN pip3.7 install -r requirements.txt
\ No newline at end of file
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