-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Fix] Prevent Poetry compilation problems in non-Linux environments #48
base: master
Are you sure you want to change the base?
[Fix] Prevent Poetry compilation problems in non-Linux environments #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
gen-ai-orchestrator-server/pom.xml
Outdated
@@ -50,6 +50,7 @@ | |||
<groupId>io.fabric8</groupId> | |||
<artifactId>docker-maven-plugin</artifactId> | |||
<configuration> | |||
<verbose>true</verbose> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should remove it, use it only for debug purposes.
POETRY_CACHE_DIR='/var/cache/pypoetry' | ||
|
||
# Install Poetry | ||
RUN pip install "poetry==$POETRY_VERSION" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure fabrikIO correctly support it we it would be better do use multi-staged docker file : https://medium.com/@albertazzir/blazing-fast-python-docker-builds-with-poetry-a78a66f5aed0#:~:text=Using%20Docker%20multi%2Dstage%20builds
It could be done in an other PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm working on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having a docker build problems (proxy/repository). It would be better to deal with this later.
This PR can wait a while, another PR is expected very soon to launch poetry on Windows. |
No description provided.