Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
·
59716dd
1
Parent(s):
2a9ba02
update dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -47,9 +47,10 @@ 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 Make-A-Protagonist/experts/GroundedSAM
|
51 |
-
RUN pip install -e
|
52 |
-
|
|
|
53 |
WORKDIR ${HOME}/app
|
54 |
|
55 |
# COPY --chown=1000 checkpoints/*.whl /tmp/
|
|
|
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 -e .
|
52 |
+
WORKDIR ${HOME}/app/Make-A-Protagonist/experts/GroundedSAM/GroundingDINO
|
53 |
+
RUN pip install -e .
|
54 |
WORKDIR ${HOME}/app
|
55 |
|
56 |
# COPY --chown=1000 checkpoints/*.whl /tmp/
|