You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue when providing a version for the task docker image (client$set.task.image('<image-name>:1.0.0', task.name="task") ). Although it seems to launch the master node without problems, it fails when sending the task to the other nodes. The environment variable 'IMAGE_NAME' only contains the name of docker (<image-name>) image but not the version which results in the following error:
ERROR [11:01:43.038] Request to 'http://proxyserver:8080' was unsuccessful: Client error: (404) Not Found
WARN [11:01:43.039] Refreshing token ...
ERROR encountered while calling "<image-name>": Not authenticated!
self$refresh.token()
<simpleError in self$refresh.token(): Not authenticated!>
The text was updated successfully, but these errors were encountered:
pedro-cmat
changed the title
Setting the task image name with version
Setting the task image with version
Feb 21, 2022
Hi Pedro! Is it correct that this is one of your own algorithms? And to be sure: This does not occur when you do not use the docker-tag? And which version of vantage6 are you using?
There's an issue when providing a version for the task docker image (
client$set.task.image('<image-name>:1.0.0', task.name="task")
). Although it seems to launch the master node without problems, it fails when sending the task to the other nodes. The environment variable 'IMAGE_NAME' only contains the name of docker (<image-name>
) image but not the version which results in the following error:The text was updated successfully, but these errors were encountered: