We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7e899 commit 7129b80Copy full SHA for 7129b80
docker/solver/Dockerfile
@@ -17,6 +17,7 @@ RUN yum -y install openssh-clients openssh-server bind-utils sudo python3
17
RUN python3 -m pip install --upgrade pip
18
RUN python3 -m pip install grpcio
19
RUN python3 -m pip install grpcio-tools
20
+RUN python3 -m pip install protobuf==4.21.0
21
#
22
ENV USER mpirun
23
ENV HOME /home/mpirun
@@ -85,4 +86,4 @@ COPY mpi /opt/openmpi
85
86
# ifort runtime libraries in /ansys_inc/lib
87
88
COPY docker_dir /ansys_inc
-RUN chmod 755 /ansys_inc/server.py
89
+RUN chmod 755 /ansys_inc/
0 commit comments