Skip to content

install unzip and s3fs #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions bring-custom-container.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"outputs": [],
"source": [
"# cell 00\n",
"!pip install --upgrade aiobotocore"
"!pip install --upgrade aiobotocore s3fs\n",
"!apt update && apt install unzip -y"
]
},
{
Expand Down Expand Up @@ -143,7 +144,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"%%sh\n",
Expand Down Expand Up @@ -251,7 +254,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"# cell 07\n",
Expand Down Expand Up @@ -392,14 +397,21 @@
"# cell 14\n",
"!rm -rf lab03_container lab03_data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"instance_type": "ml.t3.medium",
"kernelspec": {
"display_name": "Python 3 (Data Science)",
"display_name": "Python 3 (TensorFlow 2.1 Python 3.6 CPU Optimized)",
"language": "python",
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:eu-west-1:470317259841:image/datascience-1.0"
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/tensorflow-2.1-cpu-py36"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -411,7 +423,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
"version": "3.6.13"
}
},
"nbformat": 4,
Expand Down