ShinyRO commited on
Commit
e9fe409
·
verified ·
1 Parent(s): 72bcf12

perf: change Dockerfile python dependency

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
27
  pydantic \
28
  numpy \
29
  tensorflow-cpu \
30
- google-generativeai
31
 
32
  # Copy application files
33
  COPY inference_api.py .
 
27
  pydantic \
28
  numpy \
29
  tensorflow-cpu \
30
+ google-genai
31
 
32
  # Copy application files
33
  COPY inference_api.py .