mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +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 .
|