Skip to content

Commit

Permalink
Remove Dockerfile. (#5534)
Browse files Browse the repository at this point in the history
This PR removes an outdated Dockerfile that is not supported.

I also cleaned up the docs a bit to reflect Docker-related changes.

Resolves #5524.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: #5534
  • Loading branch information
bdice authored Aug 1, 2023
1 parent 3234b9f commit 2e2b09b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 59 deletions.
4 changes: 1 addition & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ build.sh @rapidsai/cuml-cmake-codeowners
.github/ @rapidsai/ops-codeowners
ci/ @rapidsai/ops-codeowners
conda/ @rapidsai/ops-codeowners
**/Dockerfile @rapidsai/ops-codeowners
**/.dockerignore @rapidsai/ops-codeowners
dependencies.yaml @rapidsai/ops-codeowners
dependencies.yaml @rapidsai/ops-codeowners
26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ repo](https://github.com/rapidsai/notebooks-contrib).

## Installation

See [the RAPIDS Release
Selector](https://rapids.ai/start.html#rapids-release-selector) for the command
line to install either nightly or official release cuML packages via Conda or
Docker.
See [the RAPIDS Release Selector](https://docs.rapids.ai/install#selector) for
the command line to install either nightly or official release cuML packages
via Conda or Docker.

## Build/Install from Source
See the build [guide](BUILD.md).
Expand Down
29 changes: 3 additions & 26 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,11 @@
#### [Build and install cuML](../BUILD.md)

#### Generate the docs
```shell script
```bash
bash build.sh cppdocs pydocs
```

#### Once the process finishes, documentation can be found in build/html
```shell script
xdg-open build/html/api.html`
```

## Building via Docker
Pull or create the cuML [docker container](https://hub.docker.com/r/rapidsai/rapidsai/).

### Start cuML container:
```
docker run -p 8000:8000 -it cuml bash
```
### Setup container's conda env for building docs:
```
sudo sh setup.sh ${cuML-container-id}
```
### Build & host docs from container:
```
sudo sh build.sh ${cuML-container-id}
```
### Copy docs from container to host:
```
docker cp ${cuML-container-id}:/docs/build/html .
```bash
xdg-open build/html/api.html
```

0 comments on commit 2e2b09b

Please sign in to comment.