Complete python gRPC library and container (#6)

This commit is contained in:
2023-01-09 19:32:49 -07:00
parent ead0aeff2e
commit 359cef9180
17 changed files with 377 additions and 76 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Build python docker container
pushd python
docker build . -t git.ohea.xyz/cursorius/pipeline-api/cursorius-pipeline:v2
docker push git.ohea.xyz/cursorius/pipeline-api/cursorius-pipeline:v2