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

@@ -14,7 +14,7 @@ ENV OLLAMA_ORIGINS="*"
ENV CUDA_VISIBLE_DEVICES=""
# Copy and setup entrypoint
COPY image_support_files/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY image_support_files/minicpm45v_entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
# Expose Ollama API port