aminaj commited on
Commit
09dae02
·
verified ·
1 Parent(s): 1ef324d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -16,12 +16,6 @@ ENV PYTHONDONTWRITEBYTECODE=1
16
  # the application crashes without emitting any logs due to buffering.
17
  ENV PYTHONUNBUFFERED=1
18
 
19
- # Set the LANGCHAIN API KEY
20
- ENV LANGCHAIN_API_KEY="ls__5aff60b22129493a9d80a786bf6347f1"
21
-
22
- # Set the GROQ API Key
23
- ENV GROQ_API_KEY="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"
24
-
25
  WORKDIR /app
26
 
27
  # Create a non-privileged user that the app will run under.
 
16
  # the application crashes without emitting any logs due to buffering.
17
  ENV PYTHONUNBUFFERED=1
18
 
 
 
 
 
 
 
19
  WORKDIR /app
20
 
21
  # Create a non-privileged user that the app will run under.