We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0b5c0 commit c5d2211Copy full SHA for c5d2211
deps/cloudxr/Dockerfile.test
@@ -29,7 +29,7 @@ COPY examples/oxr/python/ /app/tests/
29
30
# Install Python dependencies using uv
31
WORKDIR /app/tests
32
-RUN uv venv /app/venv && \
+RUN uv venv --python $PYTHON_VERSION /app/venv && \
33
. /app/venv/bin/activate && \
34
uv pip install --find-links=/app/install/wheels isaacteleop numpy
35
0 commit comments