Description
Currently, higher order tessseracts don't work when used with built images because of networking issues. The only way to make it work is by having one tesseract on another machine or by using from_tesseract_api on the HOT instance.
Steps to reproduce
A reproducer can be found here:
https://github.com/pasteurlabs/tesseract-core/blob/main/demo/_showcase/ansys-shapeopt/optimization_os.ipynb.
if we replace
design_tess = Tesseract.from_tesseract_api("sdf_fd/tesseract_api.py")
with
sdf_fd_tess = Tesseract.from_image("sdf_fd")
sdf_fd_tess .serve()
we get a connection error.
I have tried setting
sdf_fd_tess = Tesseract.from_image("sdf_fd", network="host")
sdf_fd_tess .serve()
but without sucess.
Logs
OS
Linux
Tesseract version
1.1.1
Description
Currently, higher order tessseracts don't work when used with built images because of networking issues. The only way to make it work is by having one tesseract on another machine or by using
from_tesseract_apion the HOT instance.Steps to reproduce
A reproducer can be found here:
https://github.com/pasteurlabs/tesseract-core/blob/main/demo/_showcase/ansys-shapeopt/optimization_os.ipynb.
if we replace
design_tess = Tesseract.from_tesseract_api("sdf_fd/tesseract_api.py")with
we get a connection error.
I have tried setting
but without sucess.
Logs
OS
Linux
Tesseract version
1.1.1