sagemaker-run-notebook
sagemaker-run-notebook copied to clipboard
added commands in dockerfile to install git
Issue #, if available:
Description of changes: I have updated Dockerfile with RUN commands to have git installed
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
One question regarding this.
Should git be installed before the following command?
RUN pip install papermill jupyter nteract-scrapbook boto3 requests && pip install -r /tmp/requirements.txt
In case there are git commands in requirements.txt
Sorry, I'm getting to this late.
What is the motivation for having git in the default container? Is it a requirement for a common use case here? At container build time or container run time?