kirikir13 commited on
Commit
4a9e55c
·
verified ·
1 Parent(s): 7f524e2

Update prebuilt.sh

Browse files
Files changed (1) hide show
  1. prebuilt.sh +5 -7
prebuilt.sh CHANGED
@@ -1,8 +1,6 @@
1
  #!/bin/bash
2
- set -e
3
- echo "=== Installing llama-cpp-python CUDA for ZeroGPU ==="
4
- pip install --no-cache-dir llama-cpp-python \
5
- --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
6
- echo "[OK] llama-cpp-python CUDA wheel installed"
7
- pip install --no-cache-dir python-docx pdfplumber chardet
8
- echo "=== Ready ==="
 
1
  #!/bin/bash
2
+ # prebuilt.sh — ZeroGPU pre-build hook
3
+ #
4
+ # Note: llama-cpp-python + file parsers are installed in the Dockerfile.
5
+ # This script is a no-op safe-guard; ZeroGPU may run it even with a custom Dockerfile.
6
+ echo "=== prebuilt.sh: all dependencies handled by Dockerfile ==="