Skip to content

Commit

Permalink
feat: ACL to /api/chat
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 16, 2025
1 parent c0faad1 commit ff127c0
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.2 AS shim
FROM ghcr.io/tinfoilanalytics/nitro-attestation-shim:v0.1.3 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", "-s", "-d", "inference-enclave.tinfoil.sh", "-e", "[email protected]", "-u", "11434", "-c", "7443", "-l", "443", "--", "/bin/ollama", "serve"]
ENTRYPOINT ["/nitro-attestation-shim", "-s", "-d", "inference-enclave.tinfoil.sh", "-e", "[email protected]", "-p", "/api/chat", "-u", "11434", "-c", "7443", "-l", "443", "--", "/bin/ollama", "serve"]

0 comments on commit ff127c0

Please sign in to comment.