Commit f0684ecb authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix small bug

parent a354e7f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -147,11 +147,11 @@ DockerHub : https://hub.docker.com/repository/docker/deepchemio/deepchem
- `deepchemio/deepchem:x.x.x`
  - Image built by using a conda package manager (x.x.x is a version of deepchem)
  - The x.x.x image is built when we push x.x.x. tag
  - Dockerfile is put in `docker/conda-forge` directory of this repository
  - Dockerfile is put in `docker/conda-forge` directory
- `deepchemio/deepchem:latest`
  - Image built by the master branch of deepchem source codes
  - The latest image is built every time we commit to the master branch
  - Dockerfile is put in `docker/master` directory of this repository
  - Dockerfile is put in `docker/master` directory

First, you pull the image you want to use.

+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ how to do this well.
Docker Installation
------------------

If you want to install using a docker, you can pull two kinds of images from `DokerHub`_.
If you want to install using a docker, you can pull two kinds of images from `DockerHub`_.

- **deepchemio/deepchem:x.x.x**

@@ -105,7 +105,7 @@ Check out our directions on Github for how to `install from source`_.

.. _`DeepChem Tutorials`: https://github.com/deepchem/deepchem/tree/master/examples/tutorials
.. _`forum post`: https://forum.deepchem.io/t/getting-deepchem-running-in-colab/81
.. _`DokerHub`: https://hub.docker.com/repository/docker/deepchemio/deepchem
.. _`DockerHub`: https://hub.docker.com/repository/docker/deepchemio/deepchem
.. _`docker/conda-forge`: https://github.com/deepchem/deepchem/tree/master/docker/conda-forge
.. _`docker/master`: https://github.com/deepchem/deepchem/tree/master/docker/master
.. _`install from source`: https://github.com/deepchem/deepchem/blob/master/README.md#install-from-source