mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
6 lines
107 B
Docker
6 lines
107 B
Docker
FROM python:3.12-bookworm
|
|
|
|
RUN pip install scitools-pyke
|
|
|
|
# docker build -t xingyaoww/od_logic_reasoning .
|