5 lines
171 B
Bash
5 lines
171 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
JOB=representation-scorer bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress \
|
||
|
//relevance-platform/src/main/python/deploy -- "$@"
|