Skip to content

Commit d8b04aa

Browse files
committed
Remove erroneus -it for non tty envs
1 parent 6f1af67 commit d8b04aa

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)