Skip to content

Commit

Permalink
Merge pull request #26 from GeoML-SIG/feature/conda_env
Browse files Browse the repository at this point in the history
Make conda environment YAML for SageMaker Studio Lab
  • Loading branch information
tasansal authored Aug 8, 2022
2 parents 9dbd543 + ffd9a55 commit bae88fb
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 328 deletions.
14 changes: 14 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is the environment configuration
# to be used in AWS SageMaker Studio Lab
# You can right-click install this from
# JupyterLab inside AWS SMS Lab.
# To use:
# $ conda env create -f environment.yml
# $ conda activate wildcatter
name: wildcatter
dependencies:
- python=3.9
- pip
- pip:
- --editable .
- ipykernel
Loading

0 comments on commit bae88fb

Please sign in to comment.