abanm commited on
Commit
e026944
·
verified ·
1 Parent(s): 41a52b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -63,7 +63,8 @@ RUN chmod +x /entrypoint.sh
63
  # ----------------------------------------------------------
64
  # 9. Set Environment Variables and Expose Port
65
  # ----------------------------------------------------------
66
- ENV OLLAMA_API_KEY=change_me
 
67
  EXPOSE 7860
68
 
69
  # ----------------------------------------------------------
 
63
  # ----------------------------------------------------------
64
  # 9. Set Environment Variables and Expose Port
65
  # ----------------------------------------------------------
66
+ ENV API_KEY=${OLLAMA_API_KEY}
67
+
68
  EXPOSE 7860
69
 
70
  # ----------------------------------------------------------