Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github-actions-533…
Browse files Browse the repository at this point in the history
…f70582a
  • Loading branch information
sd109 authored Nov 14, 2024
2 parents fdf0385 + d8b04aa commit 711617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-apps/test-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test() {
log "Ollama process not running - starting containerised server"
docker run --rm --network $DOCKER_NET_NAME -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
sleep 3
docker exec -it ollama ollama pull smollm2:135m
docker exec ollama ollama pull smollm2:135m
fi

log "Starting Gradio app container"
Expand Down

0 comments on commit 711617e

Please sign in to comment.