Dockerfile 111 B

1234567
  1. FROM registry.cn-hangzhou.aliyuncs.com/tuon-pub/matting-human:latest
  2. WORKDIR /app
  3. CMD ["python", "task.py"]