Spaces:
Runtime error
Runtime error
Commit
·
77e59d1
1
Parent(s):
252e766
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -26,13 +26,13 @@ COPY app/yolov8x-seg.pt /app
|
|
26 |
COPY big-lama.pt /app
|
27 |
# COPY clickseg_pplnet.pt /app
|
28 |
COPY u2net.onnx /app
|
29 |
-
|
30 |
|
31 |
RUN chmod -R a+r /app/yolov8x-seg.pt
|
32 |
RUN chmod -R a+r /app/big-lama.pt
|
33 |
#RUN chmod -R a+r /app/clickseg_pplnet.pt
|
34 |
RUN chmod -R a+r /app/u2net.onnx
|
35 |
-
RUN chmod -R a+r /tmp/u2net.onnx
|
36 |
|
37 |
|
38 |
COPY ./requirements.txt ./requirements.txt
|
|
|
26 |
COPY big-lama.pt /app
|
27 |
# COPY clickseg_pplnet.pt /app
|
28 |
COPY u2net.onnx /app
|
29 |
+
#OPY u2net.onnx /tmp
|
30 |
|
31 |
RUN chmod -R a+r /app/yolov8x-seg.pt
|
32 |
RUN chmod -R a+r /app/big-lama.pt
|
33 |
#RUN chmod -R a+r /app/clickseg_pplnet.pt
|
34 |
RUN chmod -R a+r /app/u2net.onnx
|
35 |
+
.#RUN chmod -R a+r /tmp/u2net.onnx
|
36 |
|
37 |
|
38 |
COPY ./requirements.txt ./requirements.txt
|