We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084e018 commit 519842cCopy full SHA for 519842c
dockerfiles/aws/python/Dockerfile.function
@@ -12,7 +12,6 @@ RUN touch function/__init__.py \
12
&& if [[ "${TARGET_ARCHITECTURE}" == "arm64" ]]; then \
13
export PLATFORM_ARG="--platform manylinux_2_17_aarch64 --only-binary=:all:"; \
14
fi \
15
- && echo ${PLATFORM_ARG} \
16
&& if [[ "${TARGET_ARCHITECTURE}" == "arm64" ]] && test -f "function/requirements.txt.arm.${PYTHON_VERSION}"; then \
17
pip install --no-cache-dir ${PLATFORM_ARG} --target . \
18
-r function/requirements.txt \
0 commit comments