Skip to content

Commit

Permalink
fix to getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuBry committed Feb 1, 2024
1 parent 25b6c49 commit a6e48e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ lancet2 --version

### Docker

Pre-built docker images for Lancet2 are available [here](https://console.cloud.google.com/artifacts/docker/nygc-app-c-148c/us-central1/lancet-public/lancet)
Pre-built docker images for Lancet2 are available [here](https://console.cloud.google.com/artifacts/docker/nygc-app-c-148c/us-central1/lancet-public/lancet). Note that the public docker image requires [Cascade Lake CPU](https://en.wikichip.org/wiki/intel/microarchitectures/cascade_lake) or newer

You can also build a new image from the Dockerfile provided in the repository:

```bash
git clone https://github.com/nygenome/Lancet2.git && cd Lancet2
docker build --platform linux/amd64 -t lancet2 -f docker/gcc.Dockerfile .
docker run --platform linux/amd64 -it lancet2 lancet2 --version
```

## Basic Usage

Here is a basic run of the Lancet tool from the newly created build directory:
Expand Down

0 comments on commit a6e48e0

Please sign in to comment.