bashrc_epilog.sh 495 B

123456789
  1. if [ -z "$(docker images -q sweagent/swe-agent 2> /dev/null)" ]; then ─╯
  2. echo "⚠️ Please wait for the postCreateCommand to start and finish (a new window will appear shortly) ⚠️"
  3. fi
  4. echo "Here's an example SWE-agent command to try out:"
  5. echo "python run.py --model_name gpt4 --data_path https://github.com/pvlib/pvlib-python/issues/1603 --config_file config/default_from_url.yaml"
  6. echo "Alternatively, start the web UI with "
  7. echo "./start_web_ui.sh"