Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ WORKDIR /app
|
|
19 |
# Copy the requirements.txt file and install dependencies
|
20 |
COPY --chown=user ./requirements.txt requirements.txt
|
21 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
22 |
-
RUN pip install --no-cache-dir --upgrade opencv-python
|
23 |
|
24 |
# Copy the entire content of your project into the container (application code, model, etc.)
|
25 |
COPY --chown=user . /app
|
|
|
19 |
# Copy the requirements.txt file and install dependencies
|
20 |
COPY --chown=user ./requirements.txt requirements.txt
|
21 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
22 |
|
23 |
# Copy the entire content of your project into the container (application code, model, etc.)
|
24 |
COPY --chown=user . /app
|