Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
•
0475405
1
Parent(s):
59716dd
update whl
Browse files
.gitignore
CHANGED
@@ -14,7 +14,7 @@ __pycache__/
|
|
14 |
.Python
|
15 |
build/
|
16 |
develop-eggs/
|
17 |
-
dist/
|
18 |
downloads/
|
19 |
eggs/
|
20 |
.eggs/
|
|
|
14 |
.Python
|
15 |
build/
|
16 |
develop-eggs/
|
17 |
+
# dist/
|
18 |
downloads/
|
19 |
eggs/
|
20 |
.eggs/
|
Dockerfile
CHANGED
@@ -47,11 +47,11 @@ RUN pip install --no-cache-dir -U xformers==0.0.17
|
|
47 |
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
48 |
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
49 |
|
50 |
-
WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/segment_anything
|
51 |
-
RUN pip install -
|
52 |
-
WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
53 |
-
RUN pip install -
|
54 |
-
WORKDIR ${HOME}/app
|
55 |
|
56 |
# COPY --chown=1000 checkpoints/*.whl /tmp/
|
57 |
# RUN pip install --no-cache-dir -U /tmp/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
|
|
|
47 |
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
48 |
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
49 |
|
50 |
+
# WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/segment_anything
|
51 |
+
RUN pip install Make-A-Protagonist/experts/GroundedSAM/segment_anything/dist/segment_anything-1.0-py3-none-any.whl
|
52 |
+
# WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
53 |
+
RUN pip install Make-A-Protagonist/experts/GroundedSAM/GroundingDINO/dist/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
|
54 |
+
# WORKDIR ${HOME}/app
|
55 |
|
56 |
# COPY --chown=1000 checkpoints/*.whl /tmp/
|
57 |
# RUN pip install --no-cache-dir -U /tmp/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
|
Make-A-Protagonist/experts/GroundedSAM/GroundingDINO/dist/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
ADDED
Binary file (367 kB). View file
|
|
Make-A-Protagonist/experts/GroundedSAM/segment_anything/dist/segment_anything-1.0-py3-none-any.whl
ADDED
Binary file (36.6 kB). View file
|
|