Skip to content

Commit 7129b80

Browse files
committed
update Dockerfile for dyna-solver server
1 parent ea7e899 commit 7129b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/solver/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN yum -y install openssh-clients openssh-server bind-utils sudo python3
1717
RUN python3 -m pip install --upgrade pip
1818
RUN python3 -m pip install grpcio
1919
RUN python3 -m pip install grpcio-tools
20+
RUN python3 -m pip install protobuf==4.21.0
2021
#
2122
ENV USER mpirun
2223
ENV HOME /home/mpirun
@@ -85,4 +86,4 @@ COPY mpi /opt/openmpi
8586
# ifort runtime libraries in /ansys_inc/lib
8687

8788
COPY docker_dir /ansys_inc
88-
RUN chmod 755 /ansys_inc/server.py
89+
RUN chmod 755 /ansys_inc/

0 commit comments

Comments
 (0)