Skip to content

Commit

Permalink
Bump DEEPHAVEN_VERSION to 0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Mar 12, 2024
1 parent 438458d commit 0da1355
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.31.0
ghcr.io/deephaven/server:0.33.2
```

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.31.0`
* `ghcr.io/deephaven/server-slim:0.31.0`
* `ghcr.io/deephaven/server-all-ai:0.31.0`
* `ghcr.io/deephaven/server-nltk:0.31.0`
* `ghcr.io/deephaven/server-pytorch:0.31.0`
* `ghcr.io/deephaven/server-sklearn:0.31.0`
* `ghcr.io/deephaven/server-tensorflow:0.31.0`
* `ghcr.io/deephaven/server:0.33.2`
* `ghcr.io/deephaven/server-slim:0.33.2`
* `ghcr.io/deephaven/server-all-ai:0.33.2`
* `ghcr.io/deephaven/server-nltk:0.33.2`
* `ghcr.io/deephaven/server-pytorch:0.33.2`
* `ghcr.io/deephaven/server-sklearn:0.33.2`
* `ghcr.io/deephaven/server-tensorflow:0.33.2`

### Linux

Expand Down
2 changes: 1 addition & 1 deletion server-slim.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "DEEPHAVEN_SOURCES" {
}

variable "DEEPHAVEN_VERSION" {
default = "0.33.1"
default = "0.33.2"
}

variable "OPENJDK_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion server.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "DEEPHAVEN_SOURCES" {
}

variable "DEEPHAVEN_VERSION" {
default = "0.33.1"
default = "0.33.2"
}

variable "DEEPHAVEN_CORE_WHEEL" {
Expand Down

0 comments on commit 0da1355

Please sign in to comment.