Skip to content

Commit

Permalink
CORD-19 update 04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
t0m-R committed Apr 20, 2020
1 parent d825e03 commit 9878edd
Show file tree
Hide file tree
Showing 4 changed files with 32,581 additions and 31,781 deletions.
4 changes: 2 additions & 2 deletions containers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ services:

nlp-bert:
build: ./nlp-bert
runtime: nvidia
# runtime: nvidia
environment:
ports:
- "8001:8001"
- "5555:5555"
- "5556:5556"
environment:
- PATH_MODEL=${PATH_MODEL}
- NVIDIA_VISIBLE_DEVICES=all
# - NVIDIA_VISIBLE_DEVICES=all
volumes:
- "${PATH_MODEL}:/model"

Expand Down
Loading

0 comments on commit 9878edd

Please sign in to comment.