Commit ebae5a6
fix: remove --entrypoint override so evaluate_server.py starts automatically (#133)
The docker run commands used --entrypoint /bin/bash which overrode the
Dockerfile ENTRYPOINT (start_with_evaluate.sh). This prevented
evaluate_server.py from starting on port 5050, making /evaluate and
/task/<id> endpoints unavailable.
Fix: remove --entrypoint, pass entry.sh as a command argument instead.
Also publish port 5050 in all three docker run locations.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e45c2b5 commit ebae5a6
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1722 | 1722 | | |
1723 | 1723 | | |
1724 | 1724 | | |
1725 | | - | |
1726 | | - | |
| 1725 | + | |
| 1726 | + | |
1727 | 1727 | | |
1728 | 1728 | | |
1729 | 1729 | | |
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | | - | |
| 1740 | + | |
1741 | 1741 | | |
1742 | | - | |
| 1742 | + | |
1743 | 1743 | | |
1744 | 1744 | | |
1745 | 1745 | | |
| |||
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
1864 | | - | |
| 1864 | + | |
1865 | 1865 | | |
1866 | | - | |
| 1866 | + | |
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
| |||
4943 | 4943 | | |
4944 | 4944 | | |
4945 | 4945 | | |
4946 | | - | |
| 4946 | + | |
4947 | 4947 | | |
4948 | | - | |
| 4948 | + | |
4949 | 4949 | | |
4950 | 4950 | | |
4951 | 4951 | | |
| |||
0 commit comments