Skip to content

Commit

Permalink
[Enhancement] Allow detach on the local docker container (#866)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*

* Change the default option for the local container to detach the
container so local user can start local job without rewrite the command

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
jalencato authored Jun 16, 2024
1 parent 92f7813 commit dbf82fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/local/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,4 @@ COPY code/tools /graphstorm/tools
COPY code/training_scripts /graphstorm/training_scripts
COPY code/fetch_and_run.sh /graphstorm/fetch_and_run.sh


CMD ["bash", "/graphstorm/fetch_and_run.sh"]
CMD ["/usr/sbin/sshd", "-D"]

0 comments on commit dbf82fa

Please sign in to comment.