Dockerfile 107 B

12345
  1. FROM python:3.12-bookworm
  2. RUN pip install scitools-pyke
  3. # docker build -t xingyaoww/od_logic_reasoning .