Skip to content

Commit 1b5e4f7

Browse files
committed
Update Python deps
1 parent dbb0b33 commit 1b5e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG MODULES=/var/opt/redislabs/lib/modules
88
ARG RG=${MODULES}/redisgears.so
99
ARG REDIS="redis-server --loadmodule ${RG} PythonHomeDir /opt/redislabs/lib/modules/python3"
1010

11-
ARG DEPS="python python3-pip python3-setuptools libglib2.0-0 libsm6 libxrender1 libxext6 libgomp1"
11+
ARG DEPS="python3-opencv"
1212
ARG REQ="numpy \
1313
Pillow \
1414
opencv-python"

0 commit comments

Comments
 (0)