mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
default timezone in build (#2513)
This commit is contained in:
parent
8f48d10442
commit
3f869ae853
4
Makefile
4
Makefile
@ -131,6 +131,10 @@ pull-docker-image:
|
|||||||
|
|
||||||
install-python-dependencies:
|
install-python-dependencies:
|
||||||
@echo "$(GREEN)Installing Python dependencies...$(RESET)"
|
@echo "$(GREEN)Installing Python dependencies...$(RESET)"
|
||||||
|
@if [ -z "${TZ}" ]; then \
|
||||||
|
echo "Defaulting TZ (timezone) to UTC"; \
|
||||||
|
export TZ="UTC"; \
|
||||||
|
fi
|
||||||
poetry env use python$(PYTHON_VERSION)
|
poetry env use python$(PYTHON_VERSION)
|
||||||
@if [ "$(shell uname)" = "Darwin" ]; then \
|
@if [ "$(shell uname)" = "Darwin" ]; then \
|
||||||
echo "$(BLUE)Installing chroma-hnswlib...$(RESET)"; \
|
echo "$(BLUE)Installing chroma-hnswlib...$(RESET)"; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user