Skip to content

Commit

Permalink
chore: shim v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 21, 2025
1 parent 56d70a2 commit 982b3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/tinfoilanalytics/nitro-attestation-shim:v0.1.5 AS shim
FROM ghcr.io/tinfoilanalytics/nitro-attestation-shim:v0.2.2 AS shim

FROM ollama/ollama

Expand All @@ -11,4 +11,4 @@ ENV HOME=/

RUN nohup bash -c "ollama serve &" && sleep 5 && ollama pull llama3.2:1b

ENTRYPOINT ["/nitro-attestation-shim", "-d", "*.bravo.tinfoil.sh", "-e", "[email protected]", "-p", "/api/chat", "-u", "11434", "-c", "7443", "-l", "443", "--", "/bin/ollama", "serve"]
ENTRYPOINT ["/nitro-attestation-shim", "-e", "[email protected]", "-p", "/api/chat", "-p", "/v1/chat/completions", "-u", "11434", "--", "/bin/ollama", "serve"]

0 comments on commit 982b3bd

Please sign in to comment.