Skip to content

Commit

Permalink
ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 24, 2025
1 parent 12f5811 commit c1e2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- { tag: "rstudio", dockerfile: "development/rstudio/Dockerfile", context: "development/rstudio"}
- { tag: "vscode", dockerfile: "development/vscode/Dockerfile", context: "development/vscode"}
- { tag: "ollama-llama3.2", dockerfile: "ollama/Dockerfile", context: "ollama", build_args: "llama3.2"}
- { tag: "ollama-deepseek-r1:7b", dockerfile: "ollama/Dockerfile", context: "ollama", build_args: "deepseek-r1:7b"}
- { tag: "ollama-deepseek-r1-7b", dockerfile: "ollama/Dockerfile", context: "ollama", build_args: "deepseek-r1:7b"}
- { tag: "prefect-example", dockerfile: "development/test/prefectexample/Dockerfile", context: "development/test/prefectexample"}
- { tag: "prefect-inspect", dockerfile: "development/test/prefectinspect/Dockerfile", context: "development/test/prefectinspect"}

Expand Down

0 comments on commit c1e2035

Please sign in to comment.