Skip to content

Commit

Permalink
Merge pull request #165 from FederatedAI/add-download-dir
Browse files Browse the repository at this point in the history
Fix the missing of download_dir
  • Loading branch information
LaynePeng authored Jun 24, 2020
2 parents 19a5fa7 + 6579d8f commit 7cfa540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-deploy/training_template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ services:
environment:
FATE_FLOW_HOST: "python:9380"
FATE_SERVING_HOST: "fate-serving:8059"
volumes:
- download_dir:/fml_manager/Examples/download_dir
depends_on:
- python
networks:
Expand Down

0 comments on commit 7cfa540

Please sign in to comment.