File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ See the main [README.md](https://github.com/pyansys/mapdl/blob/master/README.md)
120120In the command:
121121
122122```
123- IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl_grpc :$VERSION
123+ IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl :$VERSION
124124docker run -e ANSYSLMD_LICENSE_FILE=$LICENSE_SERVER -p 50052:50052 $IMAGE -smp
125125```
126126
@@ -136,7 +136,7 @@ number of processors (up to the number available on the host machine)
136136with the ` -np ` switch. For example:
137137
138138```
139- IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl_grpc :$VERSION
139+ IMAGE=docker.pkg.github.com/pyansys/mapdl/mapdl :$VERSION
140140docker run -e ANSYSLMD_LICENSE_FILE=$LICENSE_SERVER -p 50052:50052 $IMAGE -smp -np 4
141141```
142142
You can’t perform that action at this time.
0 commit comments