Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
remove docker/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Jan 23, 2020
1 parent 6b8ee35 commit 430f8c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY README.md .
COPY xain_fl xain_fl/
RUN pip install -e .

COPY docker/dev/xain-fl.toml /xain-fl.toml
COPY docker/dev/initial_weights.npy /initial_weights.npy
COPY config-docker-dev.toml /xain-fl.toml
COPY initial_weights.npy /initial_weights.npy

CMD ["coordinator", "--config", "/xain-fl.toml"]
File renamed without changes.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ services:
- ${PWD}/xain_fl:/app/xain_fl
- ${PWD}/setup.py:/app/setup.py
- ${PWD}/README.md:/app/README.md
- ${PWD}/docker/dev/xain-fl.toml:/xain-fl.toml
- ${PWD}/docker/dev/initial_weights.npy:/initial_weights.npy
- ${PWD}/config-docker-dev.toml:/xain-fl.toml
- ${PWD}/initial_weights.npy:/initial_weights.npy
networks:
- xain-fl-dev
ports:
Expand Down
File renamed without changes.

0 comments on commit 430f8c6

Please sign in to comment.