Skip to content

Commit

Permalink
docker-compose:
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <[email protected]>
  • Loading branch information
Nasfame committed Sep 24, 2023
1 parent 9021f86 commit 950a439
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Empty file added data/.empty
Empty file.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.8"
services:
decenter.train_v2:
build:
context: .
dockerfile: Dockerfile
args:
- cmd=train_v2
volumes:
- ./data:/data

0 comments on commit 950a439

Please sign in to comment.