Skip to content

Commit

Permalink
fix: add headers
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
  • Loading branch information
scottschreckengaust committed Oct 15, 2024
1 parent 228a950 commit 34d281e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/gen-ai/aws-llama-index-data-loader/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
# with the License. A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
# and limitations under the License.
#

ARG PYTHON_TAG="latest"
# RedundantTargetPlatform check violation
# https://docs.docker.com/reference/build-checks/redundant-target-platform/
Expand Down
12 changes: 12 additions & 0 deletions resources/gen-ai/aws-llama-index-data-loader/docker/runner.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
#!/bin/sh
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
# with the License. A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the 'license' file accompanying this file. This file is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions
# and limitations under the License.
#

set -e

echo "${$}" > pid;
Expand Down

0 comments on commit 34d281e

Please sign in to comment.