Spaces:
Build error
Build error
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir uv && \
|
|
| 35 |
cd launcher && cargo build --release
|
| 36 |
|
| 37 |
# Diagnostic: Verify files are present
|
| 38 |
-
RUN ls -la /app && ls -la /app/launcher/target/release/
|
| 39 |
|
| 40 |
# Compile card data
|
| 41 |
RUN python -m compiler.main
|
|
@@ -52,4 +52,4 @@ ENV HOME=/home/user \
|
|
| 52 |
EXPOSE 7860
|
| 53 |
|
| 54 |
# Run the high-performance Rust server
|
| 55 |
-
CMD ["./launcher/target/release/
|
|
|
|
| 35 |
cd launcher && cargo build --release
|
| 36 |
|
| 37 |
# Diagnostic: Verify files are present
|
| 38 |
+
RUN ls -la /app && ls -la /app/launcher/target/release/rabuka_launcher || echo "LAUNCHER BINARY MISSING"
|
| 39 |
|
| 40 |
# Compile card data
|
| 41 |
RUN python -m compiler.main
|
|
|
|
| 52 |
EXPOSE 7860
|
| 53 |
|
| 54 |
# Run the high-performance Rust server
|
| 55 |
+
CMD ["./launcher/target/release/rabuka_launcher"]
|