Spaces:
Sleeping
Sleeping
Commit
·
d50db75
1
Parent(s):
d7d2144
installed build deps
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.13.3-slim-bookworm AS base
|
|
| 5 |
|
| 6 |
# get the build essential tools
|
| 7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
| 8 |
-
curl ca-certificates && \
|
| 9 |
apt-get clean && rm -rf /var/lib/apt/lists/* ~/.cache/
|
| 10 |
|
| 11 |
# download the latest version of uv
|
|
|
|
| 5 |
|
| 6 |
# get the build essential tools
|
| 7 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
| 8 |
+
curl ca-certificates build-essential cmake && \
|
| 9 |
apt-get clean && rm -rf /var/lib/apt/lists/* ~/.cache/
|
| 10 |
|
| 11 |
# download the latest version of uv
|