-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
414 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
http3 | ||
easynmt | ||
easynmt | ||
http3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/sh | ||
#This version build the docker hub containers | ||
|
||
VERSION="1.1" | ||
|
||
docker build -t easynmt/api:${VERSION}-cpu -f api/cpu.dockerfile api/ | ||
docker push easynmt/api:${VERSION}-cpu | ||
|
||
docker build -t easynmt/api:${VERSION}-cuda10.1 -f api/cuda10.1.dockerfile api/ | ||
docker push easynmt/api:${VERSION}-cuda10.1 | ||
|
||
docker build -t easynmt/api:${VERSION}-cuda11.0 -f api/cuda11.0.dockerfile api/ | ||
docker push easynmt/api:${VERSION}-cuda11.0 | ||
|
||
docker build -t easynmt/api:${VERSION}-cuda11.1 -f api/cuda11.1.dockerfile api/ | ||
docker push easynmt/api:${VERSION}-cuda11.1 |
File renamed without changes.
Oops, something went wrong.