Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -39,9 +39,9 @@ RUN wget -q https://tests.stockfishchess.org/api/nn/nn-9a0cc2a62c52.nnue && \
|
|
| 39 |
|
| 40 |
# Build from the detected 'src/' folder - ARCH=x86-64 is the official "Portable" build
|
| 41 |
RUN make -j$(nproc) all ARCH=x86-64 && \
|
| 42 |
-
mkdir -p /app/
|
| 43 |
-
cp stockfish /app/
|
| 44 |
-
chmod +x /app/
|
| 45 |
|
| 46 |
# ============================================================
|
| 47 |
# LAUNCHER PREPARATION (The Search & Destroy Fix)
|
|
|
|
| 39 |
|
| 40 |
# Build from the detected 'src/' folder - ARCH=x86-64 is the official "Portable" build
|
| 41 |
RUN make -j$(nproc) all ARCH=x86-64 && \
|
| 42 |
+
mkdir -p /app/engine && \
|
| 43 |
+
cp stockfish /app/engine/deepcastle && \
|
| 44 |
+
chmod +x /app/engine/deepcastle
|
| 45 |
|
| 46 |
# ============================================================
|
| 47 |
# LAUNCHER PREPARATION (The Search & Destroy Fix)
|