Skip to content

Commit

Permalink
Removed Cython
Browse files Browse the repository at this point in the history
Removing `cython` from `requirements.txt` as the [PR 1](mStakx/observability-boilerplate1#1) got merged.
  • Loading branch information
rahulkp220 authored Jul 30, 2018
1 parent ca2d32d commit 2602b51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ resource "aws_instance" "machine" {
"cat ~/.ssh/authorized_keys | tail -1 >> ~/.ssh/id_rsa.pub",
"git clone https://github.com/mStakx/observability-boilerplate1.git",
"cd observability-boilerplate1",
"sed -i \"1icython\" requirements.txt",
"sudo sysctl -w vm.max_map_count=262144",
"sudo ./setup.sh",
]
Expand Down

0 comments on commit 2602b51

Please sign in to comment.