From 0facc5b37a630551dbc8a1c4b7057ddb8c402785 Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Thu, 16 Jan 2025 01:56:38 -0500 Subject: [PATCH] fix: prod ca --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3345aa1..a08eb14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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", "nate@tinfoil.sh", "-p", "/api/chat", "-u", "11434", "-c", "7443", "-l", "443", "--", "/bin/ollama", "serve"] +ENTRYPOINT ["/nitro-attestation-shim", "-d", "inference-enclave.tinfoil.sh", "-e", "nate@tinfoil.sh", "-p", "/api/chat", "-u", "11434", "-c", "7443", "-l", "443", "--", "/bin/ollama", "serve"]