Mystyc commited on
Commit
3fd22c0
·
verified ·
1 Parent(s): adf71ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN pip install --no-cache-dir \
8
  rembg==2.0.57 \
9
  pillow==10.3.0 \
10
  python-multipart==0.0.9
 
 
11
 
12
  # Matikan JIT Numba (hindari error caching di container)
13
  ENV NUMBA_DISABLE_JIT=1
 
8
  rembg==2.0.57 \
9
  pillow==10.3.0 \
10
  python-multipart==0.0.9
11
+
12
+ RUN pip install gradio_client
13
 
14
  # Matikan JIT Numba (hindari error caching di container)
15
  ENV NUMBA_DISABLE_JIT=1