CalebCometML commited on
Commit
a3bed14
·
1 Parent(s): e732d48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -6,6 +6,4 @@ RUN pip install -r /requirements.txt
6
  WORKDIR /app
7
  COPY ./ /app
8
 
9
- RUN streamlit run streamlitapp.py --server.port 7680
10
- RUN kangas server --frontend-port=7860
11
  CMD flask --app router run
 
6
  WORKDIR /app
7
  COPY ./ /app
8
 
 
 
9
  CMD flask --app router run