Dockerfile 161 B

1234567
  1. FROM ubuntu:22.04
  2. RUN apt-get update && apt-get install -y python3 python3-pip
  3. RUN pip install scitools-pyke
  4. # docker build -t xingyaoww/od_logic_reasoning .