Coddieharsh commited on
Commit
5723d1f
·
1 Parent(s): 10048b6

Let gradio handle its dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,9 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
  # Copy requirements first for caching
12
  COPY requirements.txt .
13
 
14
- # Install Python dependencies with specific compatible versions
15
  RUN pip install --no-cache-dir \
16
- huggingface_hub==0.20.3 \
17
  gradio==5.6.0 \
18
  tensorflow-cpu==2.17.0 \
19
  numpy>=1.24.0 \
 
11
  # Copy requirements first for caching
12
  COPY requirements.txt .
13
 
14
+ # Install Python dependencies
15
  RUN pip install --no-cache-dir \
 
16
  gradio==5.6.0 \
17
  tensorflow-cpu==2.17.0 \
18
  numpy>=1.24.0 \