Spaces:
Build error
Build error
fcernafukuzaki
commited on
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -14,9 +14,11 @@ RUN git clone https://github.com/SkalskiP/yolov9.git
|
|
14 |
|
15 |
WORKDIR /content/proyecto/yolov9
|
16 |
|
|
|
|
|
17 |
RUN pip install -r requirements.txt -q
|
18 |
|
19 |
-
WORKDIR /content/proyecto
|
20 |
|
21 |
COPY ./requirements.txt /content/proyecto/requirements.txt
|
22 |
|
@@ -24,5 +26,7 @@ RUN pip install --no-cache-dir --upgrade -r /content/proyecto/requirements.txt
|
|
24 |
|
25 |
COPY . .
|
26 |
|
|
|
|
|
27 |
ENTRYPOINT ["python", "app.py"]
|
28 |
#, "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|
|
|
14 |
|
15 |
WORKDIR /content/proyecto/yolov9
|
16 |
|
17 |
+
RUN ls -l
|
18 |
+
|
19 |
RUN pip install -r requirements.txt -q
|
20 |
|
21 |
+
WORKDIR /content/proyecto
|
22 |
|
23 |
COPY ./requirements.txt /content/proyecto/requirements.txt
|
24 |
|
|
|
26 |
|
27 |
COPY . .
|
28 |
|
29 |
+
RUN ls -l
|
30 |
+
|
31 |
ENTRYPOINT ["python", "app.py"]
|
32 |
#, "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|