AaronTekle commited on
Commit
12eecc0
·
verified ·
1 Parent(s): 0bcee8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,5 +35,5 @@ RUN mkdir -p /app/.rag_cache
35
  # port used by the Gradio application
36
  EXPOSE 7860
37
 
38
- # start the HuggingFace RAG application
39
  CMD ["python", "app.py"]
 
35
  # port used by the Gradio application
36
  EXPOSE 7860
37
 
38
+ # start HuggingFace RAG application
39
  CMD ["python", "app.py"]