rogerxavier commited on
Commit
522ad01
1 Parent(s): 3343308

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -63,9 +63,9 @@ RUN pip install uvicorn
63
 
64
  EXPOSE 7860
65
 
66
-
67
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
68
- CMD ["/usr/local/bin/uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
69
 
70
 
71
 
 
63
 
64
  EXPOSE 7860
65
 
66
+ RUN pip show uvicorn
67
  # CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
68
+ # CMD ["/usr/local/bin/uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
69
 
70
 
71