Skip to content

Commit

Permalink
Remove erroneus -it for non tty envs
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 14, 2024
1 parent 6f1af67 commit d8b04aa
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 d8b04aa

Please sign in to comment.