onurcopur commited on
Commit
cb52f4a
·
1 Parent(s): f761027

change dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -3
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use Python 3.12 as base image
2
- FROM python:3.12-slim
3
 
4
  # Set working directory
5
  WORKDIR /app
 
1
  # Use Python 3.12 as base image
2
+ FROM python:3.12
3
 
4
  # Set working directory
5
  WORKDIR /app
requirements.txt CHANGED
@@ -6,11 +6,8 @@ python-dotenv
6
 
7
  # ML and Computer Vision
8
  torch>=2.0.0
9
- torchvision>=0.15.0
10
  transformers>=4.30.0
11
  huggingface-hub>=0.15.0
12
- open_clip_torch>=2.20.0
13
- timm>=0.9.0
14
 
15
  # Image processing
16
  pillow>=10.0.0
 
6
 
7
  # ML and Computer Vision
8
  torch>=2.0.0
 
9
  transformers>=4.30.0
10
  huggingface-hub>=0.15.0
 
 
11
 
12
  # Image processing
13
  pillow>=10.0.0