Skip to content

Commit d681bb9

Browse files
committed
removed requirements.txt install
Signed-off-by: Kinjal Patel <kinjalpravin@nvidia.com>
1 parent 6f8c7a7 commit d681bb9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

examples/vllm_serve/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ RUN pip install flash-attn==2.7.4.post1 --no-build-isolation
2828
# Pre-compile CUDA extensions to avoid compilation time during runtime
2929
RUN python3 -c "import modelopt.torch.quantization.extensions as ext; ext.precompile()" || true
3030

31-
# Install requirements from examples (excluding windows examples)
32-
RUN find Model-Optimizer/examples -name "requirements.txt" | grep -v "windows" | while read req_file; do \
33-
echo "Installing from $req_file"; \
34-
pip install -r "$req_file" || echo "Warning: Failed to install from $req_file"; \
35-
done
36-
3731
# Allow users to run without root
3832
RUN chmod -R 777 /workspace
3933

0 commit comments

Comments
 (0)