Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
RUN apt-get update && apt-get install -y git build-essential cmake
|
| 9 |
|
| 10 |
# Python bağımlılıkları (huggingface_hub eklendi!)
|
| 11 |
-
RUN pip install --no-cache-dir llama-cpp-python[server] fastapi uvicorn huggingface_hub
|
| 12 |
|
| 13 |
# Uygulama dosyasını kopyala
|
| 14 |
COPY app.py /app/app.py
|
|
|
|
| 8 |
RUN apt-get update && apt-get install -y git build-essential cmake
|
| 9 |
|
| 10 |
# Python bağımlılıkları (huggingface_hub eklendi!)
|
| 11 |
+
RUN pip install --no-cache-dir llama-cpp-python[server] fastapi uvicorn huggingface_hub unsloth
|
| 12 |
|
| 13 |
# Uygulama dosyasını kopyala
|
| 14 |
COPY app.py /app/app.py
|