Spaces:
Build error
Build error
Daryl Fung commited on
Commit ·
0692b27
1
Parent(s): eabc15b
remove ray start
Browse files- 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"]
|