Skip to content

Commit

Permalink
update: docker template
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Nov 23, 2024
1 parent bcb4ef2 commit a068a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/infinity_emb/Docker.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ amd:
&& cd /tmp-optimum \
&& python -m pip install .; \
else \
echo "Unsupported GPU_ARCH: ${GPU_ARCH}"; \
exit(1); \
echo "NO GPU_ARCH, skip optium: ${GPU_ARCH}"; \
fi
poetry_extras: "all"
python_version: python3.10
Expand Down

0 comments on commit a068a2b

Please sign in to comment.