change defaultt for training - runtime

This commit is contained in:
Michael Duong 2023-09-01 15:50:53 +01:00
parent 3dfe05f77d
commit baec5e7cc0

View file

@ -28,7 +28,7 @@ from core.Settings import (
TIMESTAMP = datetime.now().strftime(TIMESTAMP_FORMAT)
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "dev")
RUNTIME_ENVIRONMENT = os.environ.get("RUNTIME_ENVIRONMENT", "local")
CLIENT = S3FSClient(runtime_environment=RUNTIME_ENVIRONMENT)