fix(docker): standardize Dockerfile and entrypoint filenames; add GPU-specific Dockerfiles and update build and test references

This commit is contained in:
2026-01-17 23:13:47 +00:00
parent ab288380f1
commit 5a311dca2d
11 changed files with 17 additions and 138 deletions

View File

@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
# Copy server files
COPY image_support_files/paddleocr_vl_server.py /app/paddleocr_vl_server.py
COPY image_support_files/paddleocr-vl-cpu-entrypoint.sh /usr/local/bin/paddleocr-vl-cpu-entrypoint.sh
COPY image_support_files/paddleocr_vl_entrypoint.sh /usr/local/bin/paddleocr-vl-cpu-entrypoint.sh
RUN chmod +x /usr/local/bin/paddleocr-vl-cpu-entrypoint.sh
# Expose API port