-
Not sure there is an issue here, perhaps more usage related question.
I created runtime with ./deploy_runtime create cactusone/pywren-dev:3.6 then run our tests with python test/testpywren.py .
So …
-
bob@bob:~/work/openwhisk/pythonsample$ docker run --rm -v "$PWD:/tmp" openwhisk/python3action bash -c "cd tmp && virtualenv virtualenv && source virtualenv/bin/activate && pip install -r requirement…
-
we need support for using a storage handler that you can get externally from PyWren.
for example:
```python
import pywren_ibm_cloud as pywren
def my_map_function(bucket, key, data_stream, stor…
-
we need to improve executor class for executing multiple map functions on the same executor.
for now, we have to init an executer before each function run:
```
pw = pywren_ibm_cloud.ibm_cf_execut…
-
https://github.ibm.com/IBMCode/IBMCodeContent/issues/1381
-
Back in June, Louis Shin (louisshi@au1.ibm.com) submitted a document to the Service Now knowledge base for publishing entitled, "How do you use LSI commands?" Based on the extensive content in the doc…
-
ibmcloud fn service bind dashDB slack/db2Setup --instance eventDB
error: Unable to query services of the target resource group 'da4eeb910056460aa153f13b1352e661':
Get https://resource-controller.i…
nddao updated
5 years ago
-
I work with @lkoutsofios at AT&T Labs Research and volunteered to see if I could help restore the repo to a state the community is comfortable with. This was last discussed in https://github.com/att/a…
-
Hi,
I am using ES and Kibana on IBM cloud and using only sematext daemon set. Using this I could see index is getting created with name same as the value of LOGSENE_TOKEN which is passed in daemon …
-
Running the script like this:
`SHARED_APP=$HOME/apps SKU_TYPE=HBv2 ./install_wrf_openmpi.sh`
Seems to go wrong after the WRF tgz is extracted:
```
==> Error: netcdf-fortran ^openmpi matches…