Giter Site home page Giter Site logo

Comments (4)

olivershen-wow avatar olivershen-wow commented on June 2, 2024

Hi @this-scientist,想确认下,你在跑的是agent docker还是uber docker?

如果是agent docker,你需要手动在已启动的center portal中注册agent,然后修改agent的yml文件,指定AGENT_ID等必须的参数。可以参考Deploy Agent Docker Container

如果是uber docker,应该是因为你本地有缓存的问题。
docker run -p 9886:9886 --name=hydra-lab ghcr.io/microsoft/hydra-lab-uber:latest 命令会优先从你本地找对应tag的docker image,你需要优先执行docker pull ghcr.io/microsoft/hydra-lab-uber:latest,再执行docker run。README 对应的部分已更新:README

from hydralab.

this-scientist avatar this-scientist commented on June 2, 2024

1704852548578
1704853010218
1704853038304
我跑的是uber docker,重新拉了一次再部署,还是报这个错。我用的是腾讯云服务器跑的,不知道有没有影响。

from hydralab.

olivershen-wow avatar olivershen-wow commented on June 2, 2024

有可能是腾讯云服务器的问题,你可以尝试下以下两种方案:

  • 尝试在腾讯云上修改docker命令中的latest为指定版本169334,再run下试试
  • 尝试本地起docker跑一下,看会不会碰到同样的问题。

按理说上传的Uber image中已经携带了默认AGENT_ID,不应该出现和这个变量相关的问题。
如果以上两种方案还是不行,试一下手动指定AGENT_IDdocker run --env AGENT_ID=default_agent_id --name=hydra-lab ghcr.io/microsoft/hydra-lab-uber:latest

from hydralab.

this-scientist avatar this-scientist commented on June 2, 2024

好的,指定版本为169334已经可以部署了,感谢!

from hydralab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.