File tree Expand file tree Collapse file tree 14 files changed +112
-102
lines changed Expand file tree Collapse file tree 14 files changed +112
-102
lines changed Original file line number Diff line number Diff line change 1+ Rename meshing_rule_file_names [ skip tests]
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ command line arguments and run this script to copy needed files from the Ansys i
3939
4040 * These files indicate the files that are excluded during the copying:
4141
42- * `excludeCEIList.txt <https://github.com/ansys/pyfluent/blob/main/docker/fluent /excludeCEIList.txt >`_
43- * `excludeFluentList.txt <https://github.com/ansys/pyfluent/blob/main/docker/fluent /excludeFluentList.txt >`_
42+ * `excludeCEIList.txt <https://github.com/ansys/pyfluent/blob/main/docker/fluent_252 /excludeCEIList.txt >`_
43+ * `excludeFluentList.txt <https://github.com/ansys/pyfluent/blob/main/docker/fluent_252 /excludeFluentList.txt >`_
4444
45451. Above excluded files are not needed to run typical Fluent workflows.
4646
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ LABEL org.opencontainers.image.documentation="https://fluent.docs.pyansys.com"
2222
2323# Install dependencies
2424RUN apt-get -y update && apt-get -y install \
25- csh \
26- fontconfig \
27- libxi-dev \
28- libsm6 \
29- libice-dev \
30- libxrandr-dev \
31- libxinerama-dev \
32- libxcursor-dev \
33- libglu1-mesa \
34- libglvnd-dev && apt-get clean all
25+ csh \
26+ fontconfig \
27+ libxi-dev \
28+ libsm6 \
29+ libice-dev \
30+ libxrandr-dev \
31+ libxinerama-dev \
32+ libxcursor-dev \
33+ libglu1-mesa \
34+ libglvnd-dev && apt-get clean all
3535
3636# Specify working directory
37- ENV WORKING_DIRECTORY=/home/$USERNAME/$WORKING_DIRECTORY
37+ ARG WORK_DIR=fluent_work_dir
38+ ENV WORKING_DIRECTORY=/home/$USERNAME/$WORK_DIR
3839
3940# Specify home directory
4041ENV HOME=/home/$USERNAME
You can’t perform that action at this time.
0 commit comments