Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
•
bffea8e
1
Parent(s):
9ae6a28
update whl
Browse files
Dockerfile
CHANGED
@@ -47,15 +47,17 @@ 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 |
-
|
51 |
-
|
52 |
-
WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/
|
53 |
-
RUN pip install dist/
|
54 |
-
WORKDIR ${HOME}/app
|
|
|
|
|
55 |
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
# RUN pip install -e Make-A-Protagonist/experts/GroundedSAM/segment_anything
|
60 |
# RUN pip install -e Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
61 |
|
|
|
47 |
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
48 |
RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
49 |
|
50 |
+
COPY --chown=1000 requirements.txt /tmp/requirements.txt
|
51 |
+
|
52 |
+
# WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/segment_anything
|
53 |
+
# RUN pip install dist/segment_anything-1.0-py3-none-any.whl
|
54 |
+
# WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
55 |
+
# RUN pip install dist/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
|
56 |
+
# WORKDIR ${HOME}/app
|
57 |
|
58 |
+
COPY --chown=1000 checkpoints/*.whl /tmp/
|
59 |
+
RUN pip install --no-cache-dir -U /tmp/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
|
60 |
+
RUN pip install --no-cache-dir -U /tmp/segment_anything-1.0-py3-none-any.whl
|
61 |
# RUN pip install -e Make-A-Protagonist/experts/GroundedSAM/segment_anything
|
62 |
# RUN pip install -e Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
63 |
|
checkpoints/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl
CHANGED
Binary files a/checkpoints/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl and b/checkpoints/groundingdino-0.1.0-cp310-cp310-linux_x86_64.whl differ
|
|
checkpoints/segment_anything-1.0-py3-none-any.whl
CHANGED
Binary files a/checkpoints/segment_anything-1.0-py3-none-any.whl and b/checkpoints/segment_anything-1.0-py3-none-any.whl differ
|
|