Skip to content

Commit e1e4956

Browse files
aristarkhovNVjiwenc-nv
authored andcommitted
fix: ensure 'isaacteleop' is installed from the local dir (#284)
1 parent a21efc2 commit e1e4956

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deps/cloudxr/Dockerfile.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ COPY examples/oxr/python/ /app/tests/
3131
WORKDIR /app/tests
3232
RUN uv venv --python $PYTHON_VERSION /app/venv && \
3333
. /app/venv/bin/activate && \
34-
uv pip install --find-links=/app/install/wheels isaacteleop numpy
34+
uv pip install --find-links=/app/install/wheels --no-index --no-deps --no-cache-dir 'isaacteleop' && \
35+
uv pip install isaacteleop
3536

3637
# Set environment variables
3738
ENV PATH="/app/venv/bin:$PATH"

0 commit comments

Comments
 (0)