tastelikefeet commited on
Commit
345ec7b
·
verified ·
1 Parent(s): 499f14c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -35,4 +35,10 @@ RUN git clone https://github.com/modelscope/mcp-central.git
35
 
36
  WORKDIR /app/mcp-central/examples/lite_research
37
 
 
 
 
 
 
 
38
  CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
35
 
36
  WORKDIR /app/mcp-central/examples/lite_research
37
 
38
+ ARG MODEL_TOKEN
39
+ ARG TAVILY_API_KEY
40
+
41
+ ENV MODEL_TOKEN=$MODEL_TOKEN
42
+ ENV TAVILY_API_KEY=$TAVILY_API_KEY
43
+
44
  CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]