Update prebuilt.sh
Browse files- prebuilt.sh +5 -7
prebuilt.sh
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
echo "
|
| 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 ==="
|
|
|
|
|
|