Spaces:
Runtime error
Runtime error
AI-RESEARCHER-2024
commited on
Commit
β’
1a0f6ba
1
Parent(s):
bf22b40
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -46,8 +46,8 @@ RUN pip install --user --no-cache-dir -r requirements.txt
|
|
46 |
# Create a chainlit.md file
|
47 |
RUN echo "# Welcome to RAG Chainlit Application! π\n\nThis is a Retrieval-Augmented Generation application using Llama.cpp." > $APP_HOME/chainlit.md
|
48 |
|
49 |
-
# Expose port
|
50 |
-
EXPOSE
|
51 |
|
52 |
# Start the Chainlit app
|
53 |
CMD ["chainlit", "run", "app.py", "--port", "7860", "-h"]
|
|
|
46 |
# Create a chainlit.md file
|
47 |
RUN echo "# Welcome to RAG Chainlit Application! π\n\nThis is a Retrieval-Augmented Generation application using Llama.cpp." > $APP_HOME/chainlit.md
|
48 |
|
49 |
+
# Expose port 7860
|
50 |
+
EXPOSE 7860
|
51 |
|
52 |
# Start the Chainlit app
|
53 |
CMD ["chainlit", "run", "app.py", "--port", "7860", "-h"]
|