Spaces:
Sleeping
Sleeping
wjm55
commited on
Commit
·
dee9505
1
Parent(s):
f293ce5
added libgl
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -15,5 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 15 |
|
| 16 |
RUN wget -q https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt
|
| 17 |
|
|
|
|
|
|
|
| 18 |
COPY --chown=user . /app
|
| 19 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 15 |
|
| 16 |
RUN wget -q https://docs-assets.developer.apple.com/ml-research/datasets/mobileclip/mobileclip_blt.pt
|
| 17 |
|
| 18 |
+
RUN apt-get update && apt-get install -y libgl1-mesa-glx
|
| 19 |
+
|
| 20 |
COPY --chown=user . /app
|
| 21 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|