We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21efc2 commit e1e4956Copy full SHA for e1e4956
1 file changed
deps/cloudxr/Dockerfile.test
@@ -31,7 +31,8 @@ COPY examples/oxr/python/ /app/tests/
31
WORKDIR /app/tests
32
RUN uv venv --python $PYTHON_VERSION /app/venv && \
33
. /app/venv/bin/activate && \
34
- uv pip install --find-links=/app/install/wheels isaacteleop numpy
+ uv pip install --find-links=/app/install/wheels --no-index --no-deps --no-cache-dir 'isaacteleop' && \
35
+ uv pip install isaacteleop
36
37
# Set environment variables
38
ENV PATH="/app/venv/bin:$PATH"
0 commit comments