Skip to content

Commit

Permalink
check to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianshu Cheng authored and Tianshu Cheng committed Oct 15, 2024
1 parent 7a1fccd commit 1f6f98b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions truss/templates/base.Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ RUN pip install -r {{config_requirements_filename}} --no-cache-dir && rm -rf /ro



{%- if not config.docker_server %}
ENV APP_HOME="/app"
WORKDIR $APP_HOME
{%- endif %}

{% block app_copy %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion truss/test_data/test_custom_server_truss/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ model_name: Test Docker Server Truss
secrets:
hf_access_token: null
environment_variables:
HF_TOKEN: 123
HF_TOKEN: 123456
runtime:
predict_concurrency: 1

0 comments on commit 1f6f98b

Please sign in to comment.