We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c07eff commit c1e099bCopy full SHA for c1e099b
ai-chatbot/Dockerfile
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
12
# Copy the rest of the application code
13
COPY . .
14
-
+ENV OPENAI_API_KEY none
15
# Expose Streamlit's default port
16
EXPOSE 8501
17
0 commit comments