Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \
|
|
34 |
libopencv-dev \
|
35 |
curl \
|
36 |
ca-certificates \
|
37 |
-
&& apt-get clean
|
38 |
&& rm -rf /var/lib/apt/lists/*
|
39 |
|
40 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
|
34 |
libopencv-dev \
|
35 |
curl \
|
36 |
ca-certificates \
|
37 |
+
&& apt-get clean \
|
38 |
&& rm -rf /var/lib/apt/lists/*
|
39 |
|
40 |
RUN pip install --upgrade pip && pip install -r requirements.txt
|