cheyang
cheyang
目前setEndpointByLocation中DescribeOpenAPIEndpoint仅支持AK,不支持token。先开个issue记录,随后会修复。 ``` DescribeOpenAPIEndpoint error: Aliyun API Error: RequestId: 884535BB-75EA-4C90-A7CB-304709835FD5 Status Code: 400 Code: MissingSecurityToken Message: SecurityToken is mandatory for this action. with client &{AccessKeyId:STS.xxxxxx AccessKeySecret:xxxxxx && securityToken: debug:false httpClient:0xc42034e360 endpoint:https://location.aliyun...
I found tensorboard is an awesome tool, and also used it to analyze the events generated by tensorflow. Now I'd like to analyze the events in the HDFS. Can we...
#### What happened: Run the command below, and : ``` tar zxvf sealer-v0.8.5-linux-amd64.tar.gz && mv sealer /usr/bin sealer run kubernetes:v1.24.1 \ --masters 192.168.0.206 \ --nodes 192.168.0.207,192.168.0.208 --passwd xxx ``` And...
### 1. Issue or feature description `Failed to initialize NVML: Unknown Error` does not occurred in initial NVIDIA docker created, but it's happened after calling `systemctl daemon-reload`. It works fine...
**Alluxio Version:** 2.1.0 **Describe the bug** Seems `images_$folder$` is considering as object key. Any suggestions on this? ``` 2019-10-02 03:35:06,344 INFO oss - [Server]Unable to execute HTTP request: Not Found...
To fix #3
``` # arena list NAME STATUS TRAINER AGE NODE test RUNNING MPIJOB 16m # arena get test NAME STATUS TRAINER AGE INSTANCE NODE test PENDING MPIJOB 16m test-mpijob-worker-0 N/A test...
Just for https://github.com/tensorflow/ecosystem/tree/master/docker? I can see the docker file, but not official docker image. Can we provide the official images? Thanks.