ciyidogan commited on
Commit
e1d0219
·
verified ·
1 Parent(s): 7460785

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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