Loading Dockerfile +2 −3 Original line number Diff line number Diff line FROM python:3.12 FROM python:3.12.11 RUN apt-get update \ && apt-get install git libsnappy-dev \ Loading Loading @@ -27,5 +27,4 @@ RUN uv pip install --system -e . # Re-install RAPS as editable (TODO: RAPS currently doesn't work in non-editable mode) RUN uv pip install --system -e ./raps # CMD ["python", "-m", "simulation_server.simulation.main"] # CMD ["python", "-m", "simulation_server.server.main"] CMD ["python", "-m", "simulation_server.server.main"] Loading
Dockerfile +2 −3 Original line number Diff line number Diff line FROM python:3.12 FROM python:3.12.11 RUN apt-get update \ && apt-get install git libsnappy-dev \ Loading Loading @@ -27,5 +27,4 @@ RUN uv pip install --system -e . # Re-install RAPS as editable (TODO: RAPS currently doesn't work in non-editable mode) RUN uv pip install --system -e ./raps # CMD ["python", "-m", "simulation_server.simulation.main"] # CMD ["python", "-m", "simulation_server.server.main"] CMD ["python", "-m", "simulation_server.server.main"]