Dockerfile 234 B

1234567891011
  1. FROM cherishpf/python3-java8:1.0
  2. WORKDIR ./python_physical_world_v3
  3. ADD . .
  4. RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
  5. WORKDIR physical_world_exporter
  6. CMD ["python", "-u","./start-linux.py"]