Karan Goel commited on
Commit
cd637e7
ยท
1 Parent(s): e8bc07b
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ ENV MEERKAT_CONFIG=$HOME/config.yaml
45
 
46
  COPY --chown=user ./tutorial-1.py $HOME/tutorial-1.py
47
 
48
- # RUN mk run $HOME/tutorial-1.py --host 0.0.0.0 --api-port 7860
49
 
50
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
51
 
 
45
 
46
  COPY --chown=user ./tutorial-1.py $HOME/tutorial-1.py
47
 
48
+ RUN mk run $HOME/tutorial-1.py --host 0.0.0.0 --api-port 7860
49
 
50
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
51