aws / sagemaker-distribution

A set of Docker images that include popular frameworks for machine learning, data science and visualization.
Apache License 2.0
89 stars 50 forks source link

Add a CLI editor program #164

Closed athewsey closed 6 months ago

athewsey commented 7 months ago

Today (in SageMaker Studio), it seems impossible to git commit (without a -m message) from the terminal in SageMaker Distribution with the following error:

error: cannot run editor: No such file or directory
error: unable to start editor 'editor'

The cause seems to be that there's no CLI editor program installed at all by default in SageMaker Distribution? No emacs, nano, vim, nothing.

I wouldn't get in to the whole emacs vs vim debate because honestly I don't like using CLI editors so don't really care... but IMO there should really be something just so that git commit works out of the box?

just4brown commented 7 months ago

Will be adding nano to the runtime in the v1.5.0 release