Skip to content

Rebase Nightly Branch #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 15, 2025
Merged

Rebase Nightly Branch #108

merged 6 commits into from
Apr 15, 2025

Conversation

SpirusNox
Copy link
Collaborator

No description provided.

Update the Docker configuration to use environment variables for database connections instead of hardcoded values:

- Add POSTGRES_HOST environment variable to make database hostname configurable
- Generate DATABASE_URL dynamically in docker-compose.yml using environment variables
- Update pg_isready command in entrypoint script to use POSTGRES_HOST variable
- Update env.example to reflect these changes and explain the transition

This change improves configuration flexibility and makes the deployment more portable across different environments.
- Add healthcheck to web service to monitor application status
- Update database healthcheck to use environment variables
- Fix line endings in Dockerfile and Dockerfile-cuda128
- Update copyright year in LICENSE
- Remove transcript.json (sample file no longer needed)
- Update PyTorch installation URL in docker-entrypoint.sh to use the nightly builds with CUDA 12.8
- Change from cu126 to cu128 to match the CUDA version in Dockerfile-cuda128
- Update docker-compose.gpu.yml to use Dockerfile-cuda128 instead of Dockerfile-gpu
- Change Docker image reference from cuda-11 to cuda128 to align with the new CUDA version
Update CUDA support to version 12.8 and improve database configuration
@SpirusNox SpirusNox merged commit 10065cb into nightly Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant