Spaces:
Sleeping
Sleeping
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 9 |
curl jq python3-pip \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
-
RUN pip install --no-cache-dir --break-system-packages marimo fastapi uvicorn requests
|
| 13 |
|
| 14 |
# 2. Install OmniRoute
|
| 15 |
RUN npm install -g omniroute
|
|
|
|
| 9 |
curl jq python3-pip \
|
| 10 |
&& rm -rf /var/lib/apt/lists/*
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir --break-system-packages marimo fastapi uvicorn requests httpx
|
| 13 |
|
| 14 |
# 2. Install OmniRoute
|
| 15 |
RUN npm install -g omniroute
|