Skip to content

Commit 4105cee

Browse files
authored
Add sam support
Signed-off-by: GitHub <noreply@github.com>
1 parent f347e51 commit 4105cee

8 files changed

+726
-7
lines changed

extra/grpc/sam/Makefile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.PONY: sam
2+
sam:
3+
@echo "Creating virtual environment..."
4+
@conda env create --name sam --file sam.yml
5+
@echo "Virtual environment created."
6+
7+
.PONY: run
8+
run:
9+
@echo "Running sam..."
10+
bash run.sh
11+
@echo "sam run."

extra/grpc/sam/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Creating a separate environment for the sam project
2+
3+
```
4+
make sam
5+
```

extra/grpc/sam/backend_pb2.py

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)