Abdul Rafay commited on
Commit
d62a83e
·
1 Parent(s): b19084f

edited model.pt from dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ ENV PATH="/root/.local/share/pnpm:${PATH}"
14
  WORKDIR /app
15
 
16
  # Copy backend
17
- COPY main.py model.py model.pt requirements.txt /app/
18
 
19
  # Install Python dependencies
20
  RUN pip install --no-cache-dir -r requirements.txt
 
14
  WORKDIR /app
15
 
16
  # Copy backend
17
+ COPY main.py model.py requirements.txt /app/
18
 
19
  # Install Python dependencies
20
  RUN pip install --no-cache-dir -r requirements.txt