diff --git a/Dockerfile b/Dockerfile index 472c708..e51ef36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,6 @@ COPY olmocr olmocr COPY scripts scripts WORKDIR /root COPY olmocr olmocr -COPY scripts scripts RUN python3 -m sglang.launch_server --help RUN python3 -m olmocr.pipeline --help \ No newline at end of file diff --git a/olmocr/bench/workspace_to_bench.py b/olmocr/bench/scripts/workspace_to_bench.py similarity index 100% rename from olmocr/bench/workspace_to_bench.py rename to olmocr/bench/scripts/workspace_to_bench.py