Sign in

Upgrade the DagKnows application and proxy

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. 1

    Bring down the application first

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    cd <path>/app_docker_compose_build_deploy make down
    copied
    1
  2. 2

    Get the fresh images

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    make pull
    copied
    2
  3. 3

    Bring up the application

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    make up logs
    copied
    3