TheEdict commited on
Commit
99ebcc5
·
verified ·
1 Parent(s): 28ed36d

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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