File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ COPY ./lit_nlp/examples/gunicorn_config.py ./
35
35
36
36
FROM lit-nlp-base AS lit-nlp-prod
37
37
38
- RUN python -m pip install 'lit-nlp[examples-descai ]'
38
+ RUN python -m pip install 'lit-nlp[examples-discriminative-ai ]'
39
39
40
40
WORKDIR $APP_HOME
41
41
ENTRYPOINT ["gunicorn" , "--config=gunicorn_config.py" ]
Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ COPY ./lit_nlp/examples/gcp/model_server_gunicorn_config.py ./
93
93
94
94
FROM lit-gcp-app-server-base AS lit-gcp-app-server
95
95
96
- RUN python -m pip install 'lit-nlp[examples-genai ]'
96
+ RUN python -m pip install 'lit-nlp[examples-generative-ai ]'
97
97
ENTRYPOINT ["gunicorn" , "--config=gunicorn_config.py" ]
98
98
99
99
100
100
101
101
FROM lit-gcp-model-server-base AS lit-gcp-model-server
102
102
103
- RUN python -m pip install 'lit-nlp[examples-genai ]'
103
+ RUN python -m pip install 'lit-nlp[examples-generative-ai ]'
104
104
ENTRYPOINT ["gunicorn" , "--config=model_server_gunicorn_config.py" ]
105
105
106
106
Original file line number Diff line number Diff line change @@ -3613,10 +3613,10 @@ minimatch@^5.1.0:
3613
3613
dependencies :
3614
3614
brace-expansion "^2.0.1"
3615
3615
3616
- mobx@5.15.4 :
3617
- version "5.15.4 "
3618
- resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.4 .tgz#9da1a84e97ba624622f4e55a0bf3300fb931c2ab "
3619
- integrity sha512-xRFJxSU2Im3nrGCdjSuOTFmxVDGeqOHL+TyADCGbT0k4HHqGmx5u2yaHNryvoORpI4DfbzjJ5jPmuv+d7sioFw ==
3616
+ mobx@6.1.8 :
3617
+ version "6.1.8 "
3618
+ resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.1.8 .tgz#5d03cb76d8f7694dd82bfb2578d886945b66450d "
3619
+ integrity sha512-U4yCvUeh6yKXRwFxm2lyJjXPVekOEar/R8ZKWAXem/3fthJqYflViawfjDAUh7lZEvbKqljC3NT/pSaUKpE+gg ==
3620
3620
3621
3621
3622
3622
version "2.0.0"
You can’t perform that action at this time.
0 commit comments