Skip to content

Commit

Permalink
[Dockerfile] Removed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Jan 9, 2024
1 parent f9aa892 commit f630af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ COPY docker/entrypoint.sh /
ENTRYPOINT ["bash", "/entrypoint.sh"]

# launch ros package
CMD ["roslaunch", "pycram", "ik_and_description.launch", "&"]
CMD ["jupyter", "notebook", "--ip", "0.0.0.0", "--allow-root", "/opt/ros/overlay_ws/src/pycram/examples/"]
#CMD ["roslaunch", "pycram", "ik_and_description.launch", "&"]
#CMD ["jupyter", "notebook", "--ip", "0.0.0.0", "--allow-root", "/opt/ros/overlay_ws/src/pycram/examples/"]
Empty file removed pycram-pip.toml
Empty file.

0 comments on commit f630af6

Please sign in to comment.