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

Upload 241 docker files #567

Merged
merged 6 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
## [Unreleased]()

### Added
- Upload 241 docker files ([#567](https://github.com/ansys/pymechanical/pull/567))

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions docker/231/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ENV ANSYS_VERSION=${VERSION} \
PERL5LIB=${PERL5LIB}:/install/ansys_inc/v${VERSION}/commonfiles/CFX/tools/perl-5.34.1-dynamic/lib/5.34.1 \
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${CFX5EXECDIR}:${CFX5LIBDIR}/linux-amd64:${CFX5ROOT}/tools/fluentio/linx64/lib \
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${CFX5ROOT}/tools/poco-1.7.8/linx64/lib:${CFX5PERLDIR}/lib/x86_64-linux/CORE \
# need to use EGL with this image's version of Mesa (version might be fine but I think the package was compiled with some flags set differently than what is required, causing offscreen renderings to only show the background blue-white gradient; need to use EGL to overcome it)
# need to use EGL with this image's version of Mesa
ANS_WB_FORCE_EGL=1 \
MECHANICAL_ON_DOCKER=TRUE

Expand All @@ -119,4 +119,4 @@ EXPOSE 10000
# Set working directory
WORKDIR /install/ansys_inc/v${VERSION}/aisol/

ENTRYPOINT ["tini", "--", "xvfb-run", "./.workbench", "-dsapplet", "-AppModeMech", "-b", "-grpc", "10000"]
ENTRYPOINT ["tini", "--", "xvfb-run", "./.workbench", "-dsapplet", "-AppModeMech", "-b", "-grpc", "10000"]
2 changes: 1 addition & 1 deletion docker/232/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ENV ANSYS_VERSION=${VERSION} \
#umpe dependencies for Ans.Post.UmpeCOM.dll
LD_LIBRARY_PATH=/install/ansys_inc/v${VERSION}/aisol/umpe/common/bin/linx64:${LD_LIBRARY_PATH} \
LD_LIBRARY_PATH=/install/ansys_inc/v${VERSION}/tp/hdf5/1_10_5/linx64:${LD_LIBRARY_PATH} \
# need to use EGL with this image's version of Mesa (version might be fine but I think the package was compiled with some flags set differently than what is required, causing offscreen renderings to only show the background blue-white gradient; need to use EGL to overcome it)
# need to use EGL with this image's version of Mesa
ANS_WB_FORCE_EGL=1 \
MECHANICAL_ON_DOCKER=TRUE

Expand Down
Loading
Loading