Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|