Sfoglia il codice sorgente

fix: remove commented-out official vllm image lines in Dockerfile for cleaner configuration

myhloli 2 settimane fa
parent
commit
80445f24bf
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      docker/china/Dockerfile

+ 0 - 6
docker/china/Dockerfile

@@ -2,15 +2,9 @@
 # Compute Capability version query (https://developer.nvidia.com/cuda-gpus)
 FROM docker.m.daocloud.io/vllm/vllm-openai:v0.10.1.1
 
-# Use the official vllm image
-# FROM vllm/vllm-openai:v0.10.1.1
-
 # Use DaoCloud mirrored vllm image for China region for gpu with Turing architecture and below (Compute Capability<8.0)
 # FROM docker.m.daocloud.io/vllm/vllm-openai:v0.10.2
 
-# Use the official vllm image
-# FROM vllm/vllm-openai:v0.10.2
-
 # Install libgl for opencv support & Noto fonts for Chinese characters
 RUN apt-get update && \
     apt-get install -y \