Skip to content

Commit

Permalink
Fix docker build command syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
uduse authored May 14, 2021
1 parent 53eeb61 commit 1e2212d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ Linux versions).
Option 1 (Basic, 3.13GB):

```bash
docker build --target base -t openspiel -f Dockerfile.base --rm
docker build --target base -t openspiel -f Dockerfile.base .
```

Option 2 (Slim, 2.26GB):

```bash
docker build --target python-slim -t openspiel -f Dockerfile.base --rm
docker build --target python-slim -t openspiel -f Dockerfile.base .
```

If you are only interested in developing in Python, use the second image. You
Expand Down

0 comments on commit 1e2212d

Please sign in to comment.