File tree Expand file tree Collapse file tree 8 files changed +21
-0
lines changed
public_dropin_environments Expand file tree Collapse file tree 8 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ ENV ADDRESS=0.0.0.0:8080
6969ENV WITH_ERROR_SERVER=0 \
7070 PYTHONUNBUFFERED=1
7171
72+ # Gunicorn configuration
73+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
7274
7375COPY ./*.sh ${CODE_DIR}/
7476WORKDIR ${CODE_DIR}
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ ENV ADDRESS=0.0.0.0:8080
5959ENV WITH_ERROR_SERVER=0 \
6060 PYTHONUNBUFFERED=1
6161
62+ # Gunicorn configuration
63+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
6264
6365COPY ./*.sh ${CODE_DIR}/
6466WORKDIR ${CODE_DIR}
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ ENV ADDRESS=0.0.0.0:8080
5959ENV WITH_ERROR_SERVER=0 \
6060 PYTHONUNBUFFERED=1
6161
62+ # Gunicorn configuration
63+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
64+
6265COPY ./*.sh ${CODE_DIR}/
6366WORKDIR ${CODE_DIR}
6467
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ ENV ADDRESS=0.0.0.0:8080
5959ENV WITH_ERROR_SERVER=0 \
6060 PYTHONUNBUFFERED=1
6161
62+ # Gunicorn configuration
63+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
6264
6365COPY ./*.sh ${CODE_DIR}/
6466WORKDIR ${CODE_DIR}
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ ENV ADDRESS=0.0.0.0:8080
5959ENV WITH_ERROR_SERVER=0 \
6060 PYTHONUNBUFFERED=1
6161
62+ # Gunicorn configuration
63+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
6264
6365COPY ./*.sh ${CODE_DIR}/
6466WORKDIR ${CODE_DIR}
Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ ENV ADDRESS=0.0.0.0:8080
5959ENV WITH_ERROR_SERVER=0 \
6060 PYTHONUNBUFFERED=1
6161
62+ # ENV MLOPS_RUNTIME_PARAM_DRUM_CLIENT_REQUEST_TIMEOUT='{"type": "numeric", "payload": 660}'
63+
64+ # Gunicorn configuration
65+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
6266
6367COPY ./*.sh ${CODE_DIR}/
6468WORKDIR ${CODE_DIR}
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ ENV WITH_ERROR_SERVER=0 \
6666# Maybe the same would apply to gunicorn, when we test.
6767# ENV OMP_NUM_THREADS=1
6868
69+ # Gunicorn configuration
70+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
71+
6972COPY ./*.sh ${CODE_DIR}/
7073WORKDIR ${CODE_DIR}
7174
Original file line number Diff line number Diff line change @@ -158,6 +158,9 @@ ENV ADDRESS=0.0.0.0:8080
158158ENV WITH_ERROR_SERVER=0 \
159159 PYTHONUNBUFFERED=1
160160
161+ # Gunicorn configuration
162+ ENV MLOPS_RUNTIME_PARAM_DRUM_SERVER_TYPE='{"type": "string", "payload": "gunicorn"}'
163+
161164COPY ./*.sh ${CODE_DIR}/
162165WORKDIR ${CODE_DIR}
163166
You can’t perform that action at this time.
0 commit comments