ghostdrive1 commited on
Commit
69e26e5
·
verified ·
1 Parent(s): 7977f47

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,8 +11,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
11
  WORKDIR /app
12
  COPY . .
13
 
14
- RUN pip install --no-cache-dir -e .
15
- RUN pip install redis uvicorn fastapi
16
 
17
  WORKDIR /app/examples/web_ui
18
  RUN pnpm install
 
11
  WORKDIR /app
12
  COPY . .
13
 
14
+ RUN pip install --no-cache-dir -e ".[full]"
 
15
 
16
  WORKDIR /app/examples/web_ui
17
  RUN pnpm install