Skip to content

Commit

Permalink
add environment activation for ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky-Kim-A committed Nov 6, 2024
1 parent 5333862 commit 312e077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ RUN /bin/bash -c "source /opt/miniconda/etc/profile.d/conda.sh && \

WORKDIR /isaac-sim

# Add conda environment activation to bashrc
# Add environment activations to bashrc
RUN echo "source /opt/miniconda/etc/profile.d/conda.sh && conda activate isaaclab" >> ~/.bashrc
RUN echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc

# Set default shell to bash
SHELL ["/bin/bash", "-c"]

0 comments on commit 312e077

Please sign in to comment.