Skip to content

Commit

Permalink
codespaces's docker-compose version doesn't support tags for build ar…
Browse files Browse the repository at this point in the history
…gs (#41)

testing
  • Loading branch information
bpkroth authored Oct 27, 2023
1 parent 4784c9f commit d710078
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
app:
build:
Expand All @@ -13,8 +11,9 @@ services:
cache_from:
- mloscore.azurecr.io/mlos-devcontainer:latest
- mlos-devcontainer:latest
tags:
- mlos-devcontainer:latest
# codespaces prebuild uses an older docker compose that doesn't support this
#tags:
# - mlos-devcontainer:latest

volumes:
- ../..:/workspaces:cached
Expand Down

0 comments on commit d710078

Please sign in to comment.