Skip to content

Commit 711617e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-533f70582a
2 parents fdf0385 + d8b04aa commit 711617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-apps/test-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test() {
6262
log "Ollama process not running - starting containerised server"
6363
docker run --rm --network $DOCKER_NET_NAME -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
6464
sleep 3
65-
docker exec -it ollama ollama pull smollm2:135m
65+
docker exec ollama ollama pull smollm2:135m
6666
fi
6767

6868
log "Starting Gradio app container"

0 commit comments

Comments
 (0)