We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 636afaa + d9e0f37 commit b930eedCopy full SHA for b930eed
.devcontainer/docker_include/user_install.dockerfile
@@ -32,6 +32,11 @@ RUN pip install --no-cache-dir \
32
# COPY requirements.txt ${COLCON_WS}/src/requirements.txt
33
# RUN pip install -r ${COLCON_WS}/src/requirements.txt && rm ${COLCON_WS}/src/requirements.txt
34
35
+
36
+RUN pip install nvfuser-cu118-torch24
37
+RUN export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/python3.10/dist-packages/torch/lib:$LD_LIBRARY_PATH
38
39
40
USER $USER
41
42
# Copy the script to checkout public git repos and make it executable
@@ -41,4 +46,4 @@ RUN /bin/bash -c '${COLCON_WS}/src/install_external_ros_packages.sh ${COLCON_WS}
46
sudo rm -f ${COLCON_WS}/src/install_external_ros_packages.sh && \
47
sudo rm -f -r ${COLCON_WS}/src/repos
43
48
44
-USER root
49
+USER root
0 commit comments