We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfe4be commit 15d0dfeCopy full SHA for 15d0dfe
scripts/run_gaia.sh
@@ -24,15 +24,6 @@ if ! podman machine list | grep -q "Currently running"; then
24
fi
25
26
export DOCKER_HOST=http+unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')
27
-if ! podman images computer | grep -q "computer"; then
28
- echo "No computer image found, building one"
29
- podman images
30
- podman build -t computer:latest tapeagents/tools/computer/
31
- if [ $? -ne 0 ]; then
32
- echo "Failed to build computer image"
33
- exit 1
34
- fi
35
-fi
36
37
# Check if OPENAI_API_KEY is set
38
if [ -z "${OPENAI_API_KEY}" ]; then
0 commit comments