Daryl Fung commited on
Commit
0692b27
·
1 Parent(s): eabc15b

remove ray start

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -22,6 +22,4 @@ RUN pip install -r requirements.txt
22
 
23
  COPY --chown=user . $HOME/app
24
 
25
- RUN ray start --head
26
-
27
  CMD ["python", "app.py"]
 
22
 
23
  COPY --chown=user . $HOME/app
24
 
 
 
25
  CMD ["python", "app.py"]