Spaces:
Runtime error
Runtime error
krunakuamar
commited on
Commit
•
f4597b6
1
Parent(s):
77e59d1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ 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 |
-
|
36 |
|
37 |
|
38 |
COPY ./requirements.txt ./requirements.txt
|
|
|
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
|