Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrittonWinterrose/5f933c8274c50209f7040a509c6462c2 to your computer and use it in GitHub Desktop.
Save BrittonWinterrose/5f933c8274c50209f7040a509c6462c2 to your computer and use it in GitHub Desktop.
AWS Sagemaker Lifecycle Configuration Script.
#!/bin/bash
set -e
/home/ec2-user/anaconda3/bin/conda config --append channels conda-forge
/home/ec2-user/anaconda3/bin/conda update --name python3 --all -q -y
/home/ec2-user/anaconda3/bin/conda install -n python3 pandas numpy matplotlib feather-format psycopg2 sqlalchemy sqlite postgresql airflow-with-postgres dask distributed tqdm textblob line_profiler seaborn bokeh scikit-learn -q -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment