# EvalPlus 训练+评测镜像 FROM autorl-bench/base:latest WORKDIR /workspace # 额外安装:evalplus RUN pip install --no-cache-dir evalplus CMD ["bash"]