root commited on
Commit
9baebd6
·
1 Parent(s): 31da93c
Files changed (2) hide show
  1. .devcontainer/Dockerfile +1 -1
  2. requirements.txt +87 -8
.devcontainer/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM pytorch/pytorch:latest
2
 
3
  # System dependencies (optional, for opencv and others)
4
  RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6
 
1
+ FROM python:3.11.12-slim
2
 
3
  # System dependencies (optional, for opencv and others)
4
  RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6
requirements.txt CHANGED
@@ -1,8 +1,87 @@
1
- torch
2
- transformers==4.38.2
3
- opencv-python
4
- matplotlib
5
- timm
6
- Pillow
7
- gradio
8
- setuptools>=65.5.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ certifi==2025.4.26
5
+ charset-normalizer==3.4.2
6
+ click==8.1.8
7
+ contourpy==1.3.2
8
+ cycler==0.12.1
9
+ exceptiongroup==1.3.0
10
+ fastapi==0.115.12
11
+ ffmpy==0.5.0
12
+ filelock==3.18.0
13
+ fonttools==4.58.0
14
+ fsspec==2025.5.1
15
+ gradio==5.31.0
16
+ gradio_client==1.10.1
17
+ groovy==0.1.2
18
+ h11==0.16.0
19
+ hf-xet==1.1.2
20
+ httpcore==1.0.9
21
+ httpx==0.28.1
22
+ huggingface-hub==0.32.0
23
+ idna==3.10
24
+ Jinja2==3.1.6
25
+ kiwisolver==1.4.8
26
+ markdown-it-py==3.0.0
27
+ MarkupSafe==3.0.2
28
+ matplotlib==3.10.3
29
+ mdurl==0.1.2
30
+ mpmath==1.3.0
31
+ networkx==3.4.2
32
+ numpy==2.2.6
33
+ nvidia-cublas-cu12==12.6.4.1
34
+ nvidia-cuda-cupti-cu12==12.6.80
35
+ nvidia-cuda-nvrtc-cu12==12.6.77
36
+ nvidia-cuda-runtime-cu12==12.6.77
37
+ nvidia-cudnn-cu12==9.5.1.17
38
+ nvidia-cufft-cu12==11.3.0.4
39
+ nvidia-cufile-cu12==1.11.1.6
40
+ nvidia-curand-cu12==10.3.7.77
41
+ nvidia-cusolver-cu12==11.7.1.2
42
+ nvidia-cusparse-cu12==12.5.4.2
43
+ nvidia-cusparselt-cu12==0.6.3
44
+ nvidia-nccl-cu12==2.26.2
45
+ nvidia-nvjitlink-cu12==12.6.85
46
+ nvidia-nvtx-cu12==12.6.77
47
+ opencv-python==4.11.0.86
48
+ orjson==3.10.18
49
+ packaging==25.0
50
+ pandas==2.2.3
51
+ pillow==11.2.1
52
+ pydantic==2.11.5
53
+ pydantic_core==2.33.2
54
+ pydub==0.25.1
55
+ Pygments==2.19.1
56
+ pyparsing==3.2.3
57
+ python-dateutil==2.9.0.post0
58
+ python-multipart==0.0.20
59
+ pytz==2025.2
60
+ PyYAML==6.0.2
61
+ regex==2024.11.6
62
+ requests==2.32.3
63
+ rich==14.0.0
64
+ ruff==0.11.11
65
+ safehttpx==0.1.6
66
+ safetensors==0.5.3
67
+ semantic-version==2.10.0
68
+ shellingham==1.5.4
69
+ six==1.17.0
70
+ sniffio==1.3.1
71
+ starlette==0.46.2
72
+ sympy==1.14.0
73
+ timm==1.0.15
74
+ tokenizers==0.15.2
75
+ tomlkit==0.13.2
76
+ torch==2.7.0
77
+ torchvision==0.22.0
78
+ tqdm==4.67.1
79
+ transformers==4.38.2
80
+ triton==3.3.0
81
+ typer==0.15.4
82
+ typing-inspection==0.4.1
83
+ typing_extensions==4.13.2
84
+ tzdata==2025.2
85
+ urllib3==2.4.0
86
+ uvicorn==0.34.2
87
+ websockets==15.0.1