Skip to content
Snippets Groups Projects
Commit b121c2de authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch '403-broken-link-ml-overview-ml-with-containers' into 'preview'

Removed broken links after https://hub.docker.com/r/ibmcom/tensorflow-ppc64le was abandoned.

Closes #403

See merge request !763
parents 452a5345 7aeb7814
No related branches found
No related tags found
2 merge requests!764Preview,!763Removed broken links after https://hub.docker.com/r/ibmcom/tensorflow-ppc64le was abandoned.
...@@ -96,13 +96,8 @@ Some machine learning tasks require using containers. In the HPC domain, the ...@@ -96,13 +96,8 @@ Some machine learning tasks require using containers. In the HPC domain, the
containers can also be used by Singularity. You can find further information on working with containers can also be used by Singularity. You can find further information on working with
containers on ZIH systems in our [containers documentation](containers.md). containers on ZIH systems in our [containers documentation](containers.md).
There are two sources for containers for Power9 architecture with TensorFlow and PyTorch on the The official source for Docker containers with TensorFlow, PyTorch and many other packages is
board: the [PowerAI container](https://hub.docker.com/r/ibmcom/powerai/) DockerHub repository of IBM.
* [TensorFlow-ppc64le](https://hub.docker.com/r/ibmcom/tensorflow-ppc64le):
Community-supported `ppc64le` docker container for TensorFlow.
* [PowerAI container](https://hub.docker.com/r/ibmcom/powerai/):
Official Docker container with TensorFlow, PyTorch and many other packages.
!!! note !!! note
...@@ -113,7 +108,7 @@ In the following example, we build a Singularity container with TensorFlow from ...@@ -113,7 +108,7 @@ In the following example, we build a Singularity container with TensorFlow from
start it: start it:
```console ```console
marie@ml$ singularity build my-ML-container.sif docker://ibmcom/tensorflow-ppc64le #create a container from the DockerHub with the last TensorFlow version marie@ml$ singularity build my-ML-container.sif docker://ibmcom/powerai:1.6.2-tensorflow-ubuntu18.04-py37-ppc64le #create a container from the DockerHub with TensorFlow version 1.6.2
[...] [...]
marie@ml$ singularity run --nv my-ML-container.sif #run my-ML-container.sif container supporting the Nvidia's GPU. You can also work with your container by: singularity shell, singularity exec marie@ml$ singularity run --nv my-ML-container.sif #run my-ML-container.sif container supporting the Nvidia's GPU. You can also work with your container by: singularity shell, singularity exec
[...] [...]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment