Skip to content

Commit b4406a3

Browse files
committed
Update devkit dependencies
1 parent f3aba05 commit b4406a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autodrive_devkit.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN apt update \
2323

2424
# Install Python dependencies
2525
RUN pip3 install attrdict
26-
RUN pip3 install numpy
26+
RUN pip3 install numpy==1.22.2
2727
RUN pip3 install pillow
28-
RUN pip3 install opencv-contrib-python
28+
RUN pip3 install opencv-contrib-python==4.10.0.84
2929
RUN pip3 install eventlet==0.33.3
3030
RUN pip3 install Flask==1.1.1
3131
RUN pip3 install Flask-SocketIO==4.1.0

0 commit comments

Comments
 (0)