better629
better629
@whynowy Yes,I have defined the trigger and refer to the https://argoproj.github.io/argo-events/sensors/triggers/build-your-own-trigger/. ``` triggers: - template: name: webhook-workflow-trigger custom: ``` The confusion is that how do I directly to use `custom`...
@whynowy The custom trigger which I means is more like awsLambda without `serverURL`. We can complete the code with protocol like `sensors/triggers/aws-lambda/aws-lambda.go`, but how to refer it in the `sensor...
The author reply: ``` Skein is only designed to be run from Linux. Historically this has been fine - most Hadoop clusters have Linux machines for both compute and edge...
The `commands` in `echo_server spec.yaml` is not working, It happens when I run the echo_server on master branch. The `_check_keys` will find the `commands` is not a defined key. So...
> I had issues with `commands` as well what do you mean buy you used script instead? yes, use the `script` like `"script": "source environment/bin/activate & python server.py"` instead of...
@migowei0621 Do you operate under the process: ``` 1、init a new conda-env 2、in new env, install required packages(include skein) and test your python script 3、pip install conda-pack, and to export...
Yes, the docker install tensorflow with the lastest version default. We should install the version==1.12.0 You should update the pandas packages and so on or that will happen with a...
@Yang-HangWA see above
I compiled the qglviewer source code and got the same problem that "error: invalid use of incomplete type ‘struct qglviewer::ManipulatedFrame’" .try sudo apt-get install libqglviewer-dev .I solve the problem.
ubuntu 18.02 ros melodic opencv 3.2.0 with `include ` is ok. but error with self-built opencv ``` /usr/local/lib/libopencv_imgproc.so.3.2.0:对‘powf@GLIBC_2.27’未定义的引用 /usr/local/lib/libopencv_core.so.3.2.0:对‘logf@GLIBC_2.27’未定义的引用 ``` maybe due to the conda env