Skip to content
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

Enforce binding of absolute path #235

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Enforce binding of absolute path #235

merged 1 commit into from
Jun 27, 2023

Conversation

mrchtr
Copy link
Contributor

@mrchtr mrchtr commented Jun 27, 2023

If someone initializes the pipeline with a local base path and uses a relative path, docker-compose up will fail because the volume bindings require an absolute path.

To avoid this, I propose resolving the absolute path during the generation of the docker-compose.yaml.

Copy link
Collaborator

@GeorgesLorre GeorgesLorre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@mrchtr mrchtr merged commit 34de879 into ml6team:main Jun 27, 2023
5 checks passed
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
If someone initializes the pipeline with a local base path and uses a
relative path, `docker-compose up` will fail because the volume bindings
require an absolute path.

To avoid this, I propose resolving the absolute path during the
generation of the `docker-compose.yaml`.
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.

2 participants