Skip to content

Commit

Permalink
Remove obsolete version string from compose yamls (#1808)
Browse files Browse the repository at this point in the history
* Avoids warning when executing `docker compose` commands

Closes #1771

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1808
  • Loading branch information
dagardner-nv authored Jul 24, 2024
1 parent a88a6fa commit aff2f7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions examples/digital_fingerprinting/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


version: '3.3'

services:

mlflow:
Expand Down
2 changes: 0 additions & 2 deletions examples/sid_visualization/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: "3"

x-with-gpus: &with_gpus
deploy:
resources:
Expand Down

0 comments on commit aff2f7a

Please sign in to comment.