We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5333862 commit 312e077Copy full SHA for 312e077
docker/Dockerfile
@@ -69,8 +69,9 @@ RUN /bin/bash -c "source /opt/miniconda/etc/profile.d/conda.sh && \
69
70
WORKDIR /isaac-sim
71
72
-# Add conda environment activation to bashrc
+# Add environment activations to bashrc
73
RUN echo "source /opt/miniconda/etc/profile.d/conda.sh && conda activate isaaclab" >> ~/.bashrc
74
+RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
75
76
# Set default shell to bash
77
SHELL ["/bin/bash", "-c"]
0 commit comments