Ani14 commited on
Commit
578ee60
·
verified ·
1 Parent(s): 51acba8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ ENV HUGGINGFACE_TOKEN=your_token_here
17
  # Copy models + app
18
  COPY requirements.txt ./
19
  COPY best.pt /app/
20
- COPY segmentation\ model.h5 /app/
21
  COPY wound_care_agent.py /app/
22
 
23
  RUN pip install --no-cache-dir -r requirements.txt
 
17
  # Copy models + app
18
  COPY requirements.txt ./
19
  COPY best.pt /app/
20
+ COPY segmentation_model.h5 /app/
21
  COPY wound_care_agent.py /app/
22
 
23
  RUN pip install --no-cache-dir -r requirements.txt