Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 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"]
|