Skip to content

Commit fb87a0e

Browse files
authored
Pin torch_memory_saver version (#570)
1 parent 657d8ee commit fb87a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt install -y nvtop rsync
1010

1111
# TODO: change to pip install sglang-router after it has a new release
1212
RUN pip install sglang-router --force-reinstall
13-
RUN pip install git+https://github.com/fzyzcjy/torch_memory_saver.git --no-cache-dir --force-reinstall
13+
RUN pip install 'torch_memory_saver==0.0.9'
1414
RUN pip install ray[default]
1515
RUN pip install httpx[http2] wandb pylatexenc blobfile accelerate "mcp[cli]"
1616

0 commit comments

Comments
 (0)