File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ Prerequisites
17
17
The ``docker `` file in the ``docker/pre `` directory is used to build the
18
18
Linux-based Docker image.
19
19
20
- * Ensure that Docker is installed on your machine. If you do not have Docker Desktop installed,
20
+ * Ensure that Docker is installed and started on your machine. If you do not have Docker Desktop installed,
21
21
see `Overview of Docker Desktop <https://docs.docker.com/desktop/ >`_ for installation links.
22
22
23
23
* If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
24
24
is installed. For installation information, see Microsoft's
25
25
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install >`_.
26
26
27
27
* Download the latest Linux release artifacts for the Linux Docker container:
28
- `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4 /linux-binaries.zip >`_.
28
+ `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.5 /linux-binaries.zip >`_.
29
29
30
- * Move this ZIP file to the ``docker/pre `` directory and unzip it .
30
+ * Move this ZIP file to the ``docker/pre `` directory.
31
31
32
32
33
33
Once all prerequisites are met, you can start the Docker container for the ``pre `` service.
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Prerequisites
17
17
The ``docker `` file in the the ``docker/solver `` directory is used to build the
18
18
Linux-based Docker image.
19
19
20
- * Ensure that Docker is installed on your machine. If you do not have Docker Desktop installed,
20
+ * Ensure that Docker is installed and started on your machine. If you do not have Docker Desktop installed,
21
21
see `Overview of Docker Desktop <https://docs.docker.com/desktop/ >`_ for installation links.
22
22
23
23
* If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
24
24
is installed. For installation information, see Microsoft's
25
25
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install >`_.
26
26
27
27
* Download the latest Linux release artifacts for the Linux Docker container:
28
- `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4 /mppdyna_docker_centos7.zip >`_.
28
+ `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.3.5 /mppdyna_docker_centos7.zip >`_.
29
29
30
30
* Move this ZIP file to the ``docker/solver `` directory and unzip it.
31
31
You can’t perform that action at this time.
0 commit comments