Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
·
9ae6a28
1
Parent(s):
0475405
update dockerfile
Browse files- Dockerfile +5 -5
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 |
-
|
51 |
-
RUN pip install
|
52 |
-
|
53 |
-
RUN pip install
|
54 |
-
|
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 dist/segment_anything-1.0-py3-none-any.whl
|
52 |
+
WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
53 |
+
RUN pip install 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
|