We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657d8ee commit fb87a0eCopy full SHA for fb87a0e
docker/Dockerfile
@@ -10,7 +10,7 @@ RUN apt install -y nvtop rsync
10
11
# TODO: change to pip install sglang-router after it has a new release
12
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
+RUN pip install 'torch_memory_saver==0.0.9'
14
RUN pip install ray[default]
15
RUN pip install httpx[http2] wandb pylatexenc blobfile accelerate "mcp[cli]"
16
0 commit comments