Spaces:
Sleeping
Sleeping
- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -7,8 +7,6 @@ FROM python:3.12
|
|
| 7 |
WORKDIR /code
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
COPY ./pre-requirements.txt /code/pre-requirements.txt
|
| 10 |
-
COPY ./GroundingDINO /code/GroundingDINO
|
| 11 |
-
COPY ./sam-hq /code/sam-hq
|
| 12 |
|
| 13 |
RUN pip install --no-cache-dir -r /code/pre-requirements.txt
|
| 14 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
|
|
|
| 7 |
WORKDIR /code
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
COPY ./pre-requirements.txt /code/pre-requirements.txt
|
|
|
|
|
|
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir -r /code/pre-requirements.txt
|
| 12 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|