Skip to content

Commit

Permalink
Merge 3a4520e into 09892f2
Browse files Browse the repository at this point in the history
  • Loading branch information
SD007CSE committed May 11, 2023
2 parents 09892f2 + 3a4520e commit e3a1840
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -100,6 +100,14 @@
yarn run dev
```


## Installing Docker

We use Docker to install CloudCV. We recommend you follow the official Docker documentation [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository). Use the "repository method" for the installation of Docker CE on this site. CE stands for "Community Edition," as is designed for developers and ordinary users. Make sure to install the latest version of Docker (skip step #3 on "Installing Docker CE"), and if you followed the tutorial above and created an Ubuntu virtual machine, follow the `x86_64` architecture command when setting up the repository.

If you are using MacOS, follow the instructions on Docker's site [here](https://docs.docker.com/docker-for-mac/install/).


## Contribution guidelines

If you are interested in contributing to CloudCV, follow our [contribution guidelines](https://github.com/Cloud-CV/CloudCV/blob/master/.github/CONTRIBUTING.md).

0 comments on commit e3a1840

Please sign in to comment.