Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
| 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
|