File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ RUN cd ${COLCON_WS}/src/physical_ai_tools/lerobot && \
2828 sed -i '/"torchvision[^\"]*",/d' pyproject.toml && \
2929 pip install --ignore-installed -e .
3030
31- RUN pip install -e ".[smolvla]"
31+ RUN cd ${COLCON_WS}/src/physical_ai_tools/lerobot && \
32+ pip install -e ".[smolvla]"
33+
3234RUN pip install setuptools==68.1.2
3335RUN pip install 'numpy<2'
3436
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ RUN cd ${COLCON_WS}/src/physical_ai_tools/lerobot && \
3333 sed -i '/"torchvision[^\"]*",/d' pyproject.toml && \
3434 pip install --index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple --extra-index-url https://pypi.org/simple --ignore-installed -e .
3535
36- RUN pip install --index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple --extra-index-url https://pypi.org/simple -e ".[smolvla]"
36+ RUN cd ${COLCON_WS}/src/physical_ai_tools/lerobot && \
37+ pip install --index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple --extra-index-url https://pypi.org/simple -e ".[smolvla]"
38+
3739RUN pip install --index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple --extra-index-url https://pypi.org/simple setuptools==68.1.2
3840RUN pip install --index-url https://pypi.jetson-ai-lab.io/jp6/cu126/+simple --extra-index-url https://pypi.org/simple 'numpy<2'
3941
You can’t perform that action at this time.
0 commit comments