Amogh1221 commited on
Commit
9cc6f03
·
verified ·
1 Parent(s): 5fa7cc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,7 +67,7 @@ RUN wget -q https://tests.stockfishchess.org/api/nn/nn-9a0cc2a62c52.nnue && \
67
  # BACKEND SETUP
68
  # ============================================================
69
  WORKDIR /app
70
- RUN pip install --no-cache-dir fastapi uvicorn python-chess==1.10.0 pydantic
71
 
72
  # Explicit Paths for Engine & Brain
73
  ENV ENGINE_PATH=/app/engine/deepcastle
 
67
  # BACKEND SETUP
68
  # ============================================================
69
  WORKDIR /app
70
+ RUN pip install --no-cache-dir fastapi uvicorn chess==1.11.2 pydantic
71
 
72
  # Explicit Paths for Engine & Brain
73
  ENV ENGINE_PATH=/app/engine/deepcastle