Skip to content

Commit

Permalink
change container image name to opendevin dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Mar 20, 2024
1 parent 386abe3 commit 43d4927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions research/codeact/examples/run_flask_server_with_bash.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def parse_response(response) -> str:
return action


# docker build -f opendevin/sandbox/Dockerfile -t opendevin-sandbox .
env = DockerInteractive("opendevin-sandbox:latest")
env = DockerInteractive("opendevin/sandbox:latest")

messages = [{"role": "system", "content": SYSTEM_MESSAGE}]
user_input = "Please write a flask app that returns 'Hello, World!' at the root URL, then start the app on port 5000. `python3` has already been installed for you."
Expand Down

0 comments on commit 43d4927

Please sign in to comment.