Skip to content

Commit

Permalink
Update README to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Oct 19, 2023
1 parent de5b016 commit 0f0f328
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run \
--rm \
--name deephaven \
-p 10000:10000 \
ghcr.io/deephaven/server:0.28.0
ghcr.io/deephaven/server:0.29.0
```

This will start the server, and the web UI will be available at [http://localhost:10000](http://localhost:10000).
Expand All @@ -20,13 +20,13 @@ This will start the server, and the web UI will be available at [http://localhos

The following server images are currently being produced:

* `ghcr.io/deephaven/server:0.28.0`
* `ghcr.io/deephaven/server-slim:0.28.0`
* `ghcr.io/deephaven/server-all-ai:0.28.0`
* `ghcr.io/deephaven/server-nltk:0.28.0`
* `ghcr.io/deephaven/server-pytorch:0.28.0`
* `ghcr.io/deephaven/server-sklearn:0.28.0`
* `ghcr.io/deephaven/server-tensorflow:0.28.0`
* `ghcr.io/deephaven/server:0.29.0`
* `ghcr.io/deephaven/server-slim:0.29.0`
* `ghcr.io/deephaven/server-all-ai:0.29.0`
* `ghcr.io/deephaven/server-nltk:0.29.0`
* `ghcr.io/deephaven/server-pytorch:0.29.0`
* `ghcr.io/deephaven/server-sklearn:0.29.0`
* `ghcr.io/deephaven/server-tensorflow:0.29.0`

### Linux

Expand Down

0 comments on commit 0f0f328

Please sign in to comment.