Skip to content

Commit 2de33e6

Browse files
authored
Merge pull request #461 from OpenGeoscience/celery-gpu-environment
Specify the environment in the celery-gpu container
2 parents ffde02a + c96337b commit 2de33e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ services:
7979
# Docker Compose does not set the TTY width, which causes Celery errors
8080
tty: false
8181
working_dir: /home/vscode/geodatalytics
82-
environment:
83-
UV_ENV_FILE: ./dev/.env.docker-compose
82+
env_file: ./dev/.env.docker-compose
8483
volumes:
8584
- .:/home/vscode/geodatalytics
8685
- pkg_cache:/home/vscode/pkg-cache

0 commit comments

Comments
 (0)