Skip to content

Commit d96669d

Browse files
committed
minor
1 parent 58a8fc3 commit d96669d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docker/232/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ RUN apt-get update && apt-get install -y \
6060
tini \
6161
ca-certificates \
6262
libgomp1 \
63-
&& apt-get clean \
64-
&& rm -rf /var/lib/apt/lists/*
63+
libgomp1 \
64+
&& apt-get clean \
65+
&& rm -rf /var/lib/apt/lists/*
6566

6667
# Copying files
6768
WORKDIR /install/

docker/241/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ RUN apt-get update && apt-get install -y \
6060
tini \
6161
ca-certificates \
6262
libgomp1 \
63-
&& apt-get clean \
64-
&& rm -rf /var/lib/apt/lists/*
63+
&& apt-get clean \
64+
&& rm -rf /var/lib/apt/lists/*
6565

6666
# Copying files
6767
WORKDIR /install/

docker/242/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ENV ANSYS_VERSION=${VERSION} \
8787
#umpe dependencies for Ans.Post.UmpeCOM.dll
8888
LD_LIBRARY_PATH=/install/ansys_inc/v${VERSION}/aisol/umpe/common/bin/linx64:${LD_LIBRARY_PATH} \
8989
LD_LIBRARY_PATH=/install/ansys_inc/v${VERSION}/tp/hdf5/1_12_2/linx64:${LD_LIBRARY_PATH} \
90-
# need to use EGL with this image's version of Mesa
90+
# 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)
9191
ANS_WB_FORCE_EGL=1 \
9292
MECHANICAL_ON_DOCKER=TRUE
9393

0 commit comments

Comments
 (0)