Spaces:
Sleeping
Sleeping
Commit ·
445fe0e
1
Parent(s): 2f52c9b
final
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -47,5 +47,5 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
|
| 47 |
|
| 48 |
EXPOSE 8000
|
| 49 |
|
| 50 |
-
# Start the
|
| 51 |
-
CMD ["sh", "-c", "cd /app/env &&
|
|
|
|
| 47 |
|
| 48 |
EXPOSE 8000
|
| 49 |
|
| 50 |
+
# Start only the environment server; evaluation platform handles testing/inference.
|
| 51 |
+
CMD ["sh", "-c", "cd /app/env && uvicorn server.app:app --host 0.0.0.0 --port 8000"]
|