Amogh1221 commited on
Commit
acafb01
·
verified ·
1 Parent(s): d1e63fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -62,7 +62,8 @@ RUN if [ ! -f "nn-9a0cc2a62c52.nnue" ]; then wget https://tests.stockfishchess.o
62
  # BACKEND SETUP
63
  # ============================================================
64
  WORKDIR /app
65
- RUN pip install --no-cache-dir fastapi uvicorn python-chess pydantic
 
66
 
67
  # Set PYTHONPATH to include all potential source directories
68
  ENV PYTHONPATH="/app:/app/server"
 
62
  # BACKEND SETUP
63
  # ============================================================
64
  WORKDIR /app
65
+ RUN pip install fastapi "uvicorn[standard]" websockets python-chess pydantic
66
+
67
 
68
  # Set PYTHONPATH to include all potential source directories
69
  ENV PYTHONPATH="/app:/app/server"