SeedOfEvil commited on
Commit
9eb3041
·
verified ·
1 Parent(s): 57ac0c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  COPY requirements.txt .
11
  RUN pip install --upgrade pip && pip install -r requirements.txt
12
 
13
- # Pre-download model weights on CPU during build (this caches all weights)
14
  COPY download_model.py .
15
  RUN python download_model.py
16
 
 
10
  COPY requirements.txt .
11
  RUN pip install --upgrade pip && pip install -r requirements.txt
12
 
13
+ # Pre-download model weights on CPU during build
14
  COPY download_model.py .
15
  RUN python download_model.py
16