Spaces:
Sleeping
Sleeping
Commit
·
56973aa
1
Parent(s):
446ab49
Use Rust nightly toolchain for full edition2024 support
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Brain AI - Hugging Face Deployment Dockerfile
|
2 |
-
# Built on August 07, 2025 -
|
3 |
|
4 |
-
FROM rust:
|
5 |
|
6 |
# Install system dependencies
|
7 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
# Brain AI - Hugging Face Deployment Dockerfile
|
2 |
+
# Built on August 07, 2025 - Using Rust nightly for edition2024 support
|
3 |
|
4 |
+
FROM rustlang/rust:nightly-slim as builder
|
5 |
|
6 |
# Install system dependencies
|
7 |
RUN apt-get update && apt-get install -y \
|