Skip to content

Commit 15d0dfe

Browse files
committed
fix
1 parent 0cfe4be commit 15d0dfe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/run_gaia.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ if ! podman machine list | grep -q "Currently running"; then
2424
fi
2525
fi
2626
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
3627

3728
# Check if OPENAI_API_KEY is set
3829
if [ -z "${OPENAI_API_KEY}" ]; then

0 commit comments

Comments
 (0)