We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4629b20 commit 7bd1722Copy full SHA for 7bd1722
1 file changed
backend/Dockerfile
@@ -64,4 +64,4 @@ EXPOSE 8000
64
# Declare /dwhat is the openml-data volume used for?ata as a mountable volume
65
VOLUME ["/data"]
66
67
-CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
+CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]
0 commit comments