Skip to content

Commit

Permalink
Fix naming (grpc-api to server and ""-base to server-"")
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbrosnan committed Jan 10, 2022
1 parent 8f8684c commit cfbeb6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions containers/python-examples/NLTK/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"

services:
grpc-api:
image: ghcr.io/deephaven/nltk-base:${VERSION:-latest}
server:
image: ghcr.io/deephaven/server-nltk:${VERSION:-latest}
expose:
- '8080'
volumes:
Expand Down
4 changes: 2 additions & 2 deletions containers/python-examples/PyTorch/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"

services:
grpc-api:
image: ghcr.io/deephaven/pytorch-base:${VERSION:-latest}
server:
image: ghcr.io/deephaven/server-pytorch:${VERSION:-latest}
expose:
- '8080'
volumes:
Expand Down
4 changes: 2 additions & 2 deletions containers/python-examples/SciKit-Learn/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"

services:
grpc-api:
image: ghcr.io/deephaven/sklearn-base:${VERSION:-latest}
server:
image: ghcr.io/deephaven/server-sklearn:${VERSION:-latest}
expose:
- '8080'
volumes:
Expand Down
4 changes: 2 additions & 2 deletions containers/python-examples/TensorFlow/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.4"

services:
grpc-api:
image: ghcr.io/deephaven/tensorflow-base:${VERSION:-latest}
server:
image: ghcr.io/deephaven/server-tensorflow:${VERSION:-latest}
expose:
- '8080'
volumes:
Expand Down

0 comments on commit cfbeb6e

Please sign in to comment.