Spaces:
Sleeping
Sleeping
yusef commited on
Commit ·
3242e70
1
Parent(s): 5d0fd2e
Fix: upgrade transformers to >=4.40.0 for SiglipProcessor support
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir \
|
|
| 35 |
|
| 36 |
# Step 4: V5.1 Pipeline — MobileSAM + SigLIP
|
| 37 |
RUN pip install --no-cache-dir \
|
| 38 |
-
transformers>=4.
|
| 39 |
timm>=0.9.0 \
|
| 40 |
'git+https://github.com/ChaoningZhang/MobileSAM.git'
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
# Step 4: V5.1 Pipeline — MobileSAM + SigLIP
|
| 37 |
RUN pip install --no-cache-dir \
|
| 38 |
+
"transformers>=4.40.0" \
|
| 39 |
timm>=0.9.0 \
|
| 40 |
'git+https://github.com/ChaoningZhang/MobileSAM.git'
|
| 41 |
|