Skip to content

Commit

Permalink
Fix example aws to install from released version of modin and remove …
Browse files Browse the repository at this point in the history
…extraneous environment varialbes (#703)
  • Loading branch information
williamma12 authored and devin-petersohn committed Jun 24, 2019
1 parent 6348623 commit df3fc8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/cluster/aws_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ initialization_commands: []
# List of shell commands to run to set up nodes.
setup_commands:
- pip install s3fs
- pip install git+https://github.com/williamma12/modin.git@cluster
- pip install modin
- echo 'export MODIN_RAY_CLUSTER=True' >> ~/.bashrc
# Consider uncommenting these if you also want to run apt-get commands during setup
# - sudo pkill -9 apt-get || true
Expand All @@ -116,7 +116,6 @@ setup_commands:
head_setup_commands:
- pip install boto3==1.4.8 # 1.4.8 adds InstanceMarketOptions
- echo 'export MODIN_REDIS_ADDRESS="localhost:6379"' >> ~/.bashrc
- echo 'export MODIN_OUT_OF_CORE="True"' >> ~/.bashrc

# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []
Expand Down

0 comments on commit df3fc8d

Please sign in to comment.