-
Hey everyone, I am trying to containerize basilisk for another project I'm working on and running into import errors. When I try to run my image, I see errors like I assume this is due to differences between using the virtual env and a docker container. I'm trying to avoid using the venv within the container because it seems like I shouldn't need to but I'm open to any potential solution. Has anyone ever done this with Basilisk and is willing to share some of their Dockerfile? Or have any tips for containerizing an app that is typically managed by a virtual env? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Update:
When the docker build process hits
|
Beta Was this translation helpful? Give feedback.
-
Solution: |
Beta Was this translation helpful? Give feedback.
Solution:
There was an incompatibility in
conanfile.py
that did not allowconan build
to execute properly in thedocker build
process. Issue opened and workaround posted here: #131