Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekyle committed Aug 20, 2024
2 parents 76285df + 01203d2 commit 744e695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tensorflow:
podman run -it -p 8888:8888 docker.io/tensorflow/tensorflow:latest-jupyter # Start Jupyter server

# Setup a local Ollama instance in a container. Detect hardware, offer a choice if needed.
ollama ACTION="":
ollama ACTION="help":
#!/usr/bin/env bash
OPTION={{ ACTION }}
if [ "$OPTION" == "help" ]; then
Expand Down

0 comments on commit 744e695

Please sign in to comment.