-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/19.21.0.20210129'
- Loading branch information
Showing
54 changed files
with
1,455 additions
and
81 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.0-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.1-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.2-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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,11 +1,11 @@ | ||
FROM nvidia/cuda:11.0-cudnn8-devel-centos7 | ||
FROM nvidia/cuda:11.0.3-cudnn8-devel-centos7 | ||
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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,11 +1,11 @@ | ||
FROM nvidia/cuda:11.1-cudnn8-devel-centos7 | ||
FROM nvidia/cuda:11.1.1-cudnn8-devel-centos7 | ||
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:9.2-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.0-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.1-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:10.2-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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,11 +1,11 @@ | ||
FROM nvidia/cuda:11.0-cudnn8-devel-centos7 | ||
FROM nvidia/cuda:11.0.3-cudnn8-devel-centos7 | ||
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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,11 +1,11 @@ | ||
FROM nvidia/cuda:11.1-cudnn8-devel-centos7 | ||
FROM nvidia/cuda:11.1.1-cudnn8-devel-centos7 | ||
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM nvidia/cuda:9.2-cudnn7-devel-centos7 | |
LABEL maintainer "Takuya Takeuchi <[email protected]>" | ||
|
||
# install package to build | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
ca-certificates | ||
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
libX11-devel \ | ||
lapack-devel \ | ||
openblas-devel \ | ||
|
@@ -27,10 +27,10 @@ ENV LD_LIBRARY_PATH $NCCL_ROOT/lib/:$LD_LIBRARY_PATH | |
ENV LIBRARY_PATH $NCCL_ROOT/lib/:$LIBRARY_PATH | ||
|
||
# Register Microsoft key and feed | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
curl | ||
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/microsoft.repo | ||
RUN yum update -y && yum install -y \ | ||
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \ | ||
powershell \ | ||
&& yum clean all | ||
|
||
|
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,3 @@ | ||
Server | ||
*.jar | ||
result.jpg |
23 changes: 23 additions & 0 deletions
23
examples/ASP.NET/FaceDetection.Client/FaceDetection.Client.csproj
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,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<AssemblyName>FaceDetection.Client</AssemblyName> | ||
<RootNamespace>FaceDetection.Client</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<DefaultItemExcludes>Server/src/FaceDetection.Server.Test/*/*.cs;$(DefaultItemExcludes)</DefaultItemExcludes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="JsonSubTypes" Version="1.8.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
<PackageReference Include="Polly" Version="7.2.1" /> | ||
<PackageReference Include="RestSharp" Version="106.11.7" /> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageReference Include="System.Drawing.Common" Version="5.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.