truss 0.11.12rc503__py3-none-any.whl → 0.11.12rc504__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of truss might be problematic. Click here for more details.
- truss/base/truss_config.py +1 -0
- truss/contexts/image_builder/serving_image_builder.py +8 -0
- truss/templates/base.Dockerfile.jinja +1 -5
- truss/templates/server.Dockerfile.jinja +2 -0
- {truss-0.11.12rc503.dist-info → truss-0.11.12rc504.dist-info}/METADATA +1 -1
- {truss-0.11.12rc503.dist-info → truss-0.11.12rc504.dist-info}/RECORD +9 -9
- {truss-0.11.12rc503.dist-info → truss-0.11.12rc504.dist-info}/WHEEL +0 -0
- {truss-0.11.12rc503.dist-info → truss-0.11.12rc504.dist-info}/entry_points.txt +0 -0
- {truss-0.11.12rc503.dist-info → truss-0.11.12rc504.dist-info}/licenses/LICENSE +0 -0
truss/base/truss_config.py
CHANGED
|
@@ -750,6 +750,14 @@ class ServingImageBuilder(ImageBuilder):
|
|
|
750
750
|
build_commands: List[str],
|
|
751
751
|
):
|
|
752
752
|
config = self._spec.config
|
|
753
|
+
ff_as_is = os.getenv("BT_AS_IS_DEPLOYMENT", False)
|
|
754
|
+
# Escape hatch for as-is deployments
|
|
755
|
+
if ff_as_is and config.docker_server and config.docker_server.as_is:
|
|
756
|
+
dockerfile_contents = f"FROM {config.base_image.image}"
|
|
757
|
+
docker_file_path = build_dir / MODEL_DOCKERFILE_NAME
|
|
758
|
+
docker_file_path.write_text(dockerfile_contents)
|
|
759
|
+
return
|
|
760
|
+
|
|
753
761
|
data_dir = build_dir / config.data_dir
|
|
754
762
|
model_dir = build_dir / config.model_module_dir
|
|
755
763
|
bundled_packages_dir = build_dir / config.bundled_packages_dir
|
|
@@ -115,13 +115,9 @@ WORKDIR $APP_HOME
|
|
|
115
115
|
{% endblock %}
|
|
116
116
|
|
|
117
117
|
|
|
118
|
-
{% set packages_dir = "/packages" %}
|
|
119
118
|
{% block bundled_packages_copy %}
|
|
120
119
|
{%- if bundled_packages_dir_exists %}
|
|
121
|
-
|
|
122
|
-
{# Note: The /. at the end of the source path is to copy the contents of the directory, not the directory itself, because we have created the directory above. #}
|
|
123
|
-
{# The / at the end of the target path is only to note that the target is a directory. #}
|
|
124
|
-
COPY --chown={{ default_owner }} ./{{ config.bundled_packages_dir }}/. {{ packages_dir }}/
|
|
120
|
+
COPY --chown={{ default_owner }} ./{{ config.bundled_packages_dir }} /packages
|
|
125
121
|
{%- endif %}
|
|
126
122
|
{% endblock %}
|
|
127
123
|
|
|
@@ -104,6 +104,8 @@ COPY --chown={{ default_owner }} ./{{ config.model_module_dir }} ${APP_HOME}/mod
|
|
|
104
104
|
{# Macro to change ownership of directories and switch to regular user #}
|
|
105
105
|
{%- macro chown_and_switch_to_regular_user_if_enabled(additional_chown_dirs=[]) -%}
|
|
106
106
|
{%- if non_root_user %}
|
|
107
|
+
{% set packages_dir = "/packages" %}
|
|
108
|
+
RUN mkdir -p {{ packages_dir }}
|
|
107
109
|
RUN chown -R {{ app_username }}:{{ app_username }} ${HOME} ${APP_HOME} {{ packages_dir }} {% for dir in additional_chown_dirs %}{{ dir }} {% endfor %}
|
|
108
110
|
USER {{ app_username }}
|
|
109
111
|
{%- endif %} {#- endif non_root_user #}
|
|
@@ -6,7 +6,7 @@ truss/base/constants.py,sha256=sExArdnuGg83z83XMgaQ4b8SS3V_j_bJEpOATDGJzpE,3600
|
|
|
6
6
|
truss/base/custom_types.py,sha256=FUSIT2lPOQb6gfg6IzT63YBV8r8L6NIZ0D74Fp3e_jQ,2835
|
|
7
7
|
truss/base/errors.py,sha256=zDVLEvseTChdPP0oNhBBQCtQUtZJUaof5zeWMIjqz6o,691
|
|
8
8
|
truss/base/trt_llm_config.py,sha256=81ZZxRQF3o29HLCX6nlXtPwALejcdns6c4mbrExwASk,32958
|
|
9
|
-
truss/base/truss_config.py,sha256=
|
|
9
|
+
truss/base/truss_config.py,sha256=piFMFcLhtxFHG2r5VGbYNo-WpLa5BO4GprMtNzlHKM4,28081
|
|
10
10
|
truss/base/truss_spec.py,sha256=jFVF79CXoEEspl2kXBAPyi-rwISReIGTdobGpaIhwJw,5979
|
|
11
11
|
truss/cli/chains_commands.py,sha256=Kpa5mCg6URAJQE2ZmZfVQFhjBHEitKT28tKiW0H6XAI,17406
|
|
12
12
|
truss/cli/cli.py,sha256=PaMkuwXZflkU7sa1tEoT_Zmy-iBkEZs1m4IVqcieaeo,30367
|
|
@@ -36,7 +36,7 @@ truss/contexts/docker_build_setup.py,sha256=cF4ExZgtYvrWxvyCAaUZUvV_DB_7__MqVomU
|
|
|
36
36
|
truss/contexts/truss_context.py,sha256=uS6L-ACHxNk0BsJwESOHh1lA0OGGw0pb33aFKGsASj4,436
|
|
37
37
|
truss/contexts/image_builder/cache_warmer.py,sha256=TGMV1Mh87n2e_dSowH0sf0rZhZraDOR-LVapZL3a5r8,7377
|
|
38
38
|
truss/contexts/image_builder/image_builder.py,sha256=IuRgDeeoHVLzIkJvKtX3807eeqEyaroCs_KWDcIHZUg,1461
|
|
39
|
-
truss/contexts/image_builder/serving_image_builder.py,sha256=
|
|
39
|
+
truss/contexts/image_builder/serving_image_builder.py,sha256=Jj3YHtUHRJBC6fvBpe_AGneoNgHj1uVCbsABYatNorg,33833
|
|
40
40
|
truss/contexts/image_builder/util.py,sha256=y2-CjUKv0XV-0w2sr1fUCflysDJLsoU4oPp6tvvoFnk,1203
|
|
41
41
|
truss/contexts/local_loader/docker_build_emulator.py,sha256=3n0eIlJblz_sldh4AN8AHQDyfjQGdYyld5FabBdd9wE,3563
|
|
42
42
|
truss/contexts/local_loader/dockerfile_parser.py,sha256=GoRJ0Af_3ILyLhjovK5lrCGn1rMxz6W3l681ro17ZzI,1344
|
|
@@ -66,12 +66,12 @@ truss/remote/baseten/utils/time.py,sha256=Ry9GMjYnbIGYVIGwtmv4V8ljWjvdcaCf5NOQzl
|
|
|
66
66
|
truss/remote/baseten/utils/transfer.py,sha256=d3VptuQb6M1nyS6kz0BAfeOYDLkMKUjatJXpY-mp-As,1548
|
|
67
67
|
truss/templates/README.md.jinja,sha256=N7CJdyldZuJamj5jLh47le0hFBdu9irVsTBqoxhPNPQ,2476
|
|
68
68
|
truss/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
|
-
truss/templates/base.Dockerfile.jinja,sha256=
|
|
69
|
+
truss/templates/base.Dockerfile.jinja,sha256=DgvNqmkt5QRrqy7a9hw6HffmVTUrdGl06oVZ4eeha5Y,5253
|
|
70
70
|
truss/templates/cache.Dockerfile.jinja,sha256=1qZqDo1phrcqi-Vwol-VafYJkADsBbQWU6huQ-_1x00,1146
|
|
71
71
|
truss/templates/cache_requirements.txt,sha256=xoPoJ-OVnf1z6oq_RVM3vCr3ionByyqMLj7wGs61nUs,87
|
|
72
72
|
truss/templates/copy_cache_files.Dockerfile.jinja,sha256=Os5zFdYLZ_AfCRGq4RcpVTObOTwL7zvmwYcvOzd_Zqo,126
|
|
73
73
|
truss/templates/docker_server_requirements.txt,sha256=PyhOPKAmKW1N2vLvTfLMwsEtuGpoRrbWuNo7tT6v2Mc,18
|
|
74
|
-
truss/templates/server.Dockerfile.jinja,sha256=
|
|
74
|
+
truss/templates/server.Dockerfile.jinja,sha256=3HiQfHv93cuz4ZDueLXcK6XKQJHbywdf-wd1TM3AtQM,7160
|
|
75
75
|
truss/templates/control/requirements.txt,sha256=tJGr83WoE0CZm2FrloZ9VScK84q-_FTuVXjDYrexhW0,250
|
|
76
76
|
truss/templates/control/control/application.py,sha256=5Kam6M-XtfKGaXQz8cc3d0bwDkB80o2MskABWROx1gk,5321
|
|
77
77
|
truss/templates/control/control/endpoints.py,sha256=KzqsLVNJE6r6TCPW8D5FMCtsfHadTwR15A3z_viGxmM,11782
|
|
@@ -370,8 +370,8 @@ truss_train/deployment.py,sha256=lWWANSuzBWu2M4oK4qD7n-oVR1JKdmw2Pn5BJQHg-Ck,307
|
|
|
370
370
|
truss_train/loader.py,sha256=0o66EjBaHc2YY4syxxHVR4ordJWs13lNXnKjKq2wq0U,1630
|
|
371
371
|
truss_train/public_api.py,sha256=9N_NstiUlmBuLUwH_fNG_1x7OhGCytZLNvqKXBlStrM,1220
|
|
372
372
|
truss_train/restore_from_checkpoint.py,sha256=8hdPm-WSgkt74HDPjvCjZMBpvA9MwtoYsxVjOoa7BaM,1176
|
|
373
|
-
truss-0.11.
|
|
374
|
-
truss-0.11.
|
|
375
|
-
truss-0.11.
|
|
376
|
-
truss-0.11.
|
|
377
|
-
truss-0.11.
|
|
373
|
+
truss-0.11.12rc504.dist-info/METADATA,sha256=RrWDxHwkigL3151EDGojguZ6FvRZkjEZn5232uB2GNg,6683
|
|
374
|
+
truss-0.11.12rc504.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
375
|
+
truss-0.11.12rc504.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
376
|
+
truss-0.11.12rc504.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
377
|
+
truss-0.11.12rc504.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|