Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -33,7 +33,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
33 |
python3.8 \
|
34 |
python3-pip \
|
35 |
python-is-python3 \
|
36 |
-
python3-opencv \
|
37 |
nvidia-cuda-toolkit \
|
38 |
&& rm -rf /var/lib/apt/lists/*
|
39 |
|
|
|
33 |
python3.8 \
|
34 |
python3-pip \
|
35 |
python-is-python3 \
|
|
|
36 |
nvidia-cuda-toolkit \
|
37 |
&& rm -rf /var/lib/apt/lists/*
|
38 |
|