Skip to content

Commit c5d2211

Browse files
committed
Specify UV Python version in Dockerfile.test
1 parent 6f0b5c0 commit c5d2211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cloudxr/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY examples/oxr/python/ /app/tests/
2929

3030
# Install Python dependencies using uv
3131
WORKDIR /app/tests
32-
RUN uv venv /app/venv && \
32+
RUN uv venv --python $PYTHON_VERSION /app/venv && \
3333
. /app/venv/bin/activate && \
3434
uv pip install --find-links=/app/install/wheels isaacteleop numpy
3535

0 commit comments

Comments
 (0)