Bleak commited on
Commit
3437724
·
verified ·
1 Parent(s): d5af84e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,5 +4,5 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y curl wget git
4
  RUN git clone https://github.com/exo-explore/exo.git && \
5
  cd exo && \
6
  pip install -e . --break-system-packages && \
7
- pip install cv2 --break-system-packages
8
  CMD ["exo"]
 
4
  RUN git clone https://github.com/exo-explore/exo.git && \
5
  cd exo && \
6
  pip install -e . --break-system-packages && \
7
+ pip install opencv-python --break-system-packages
8
  CMD ["exo"]