Skip to content

Commit

Permalink
Merge branch 'release/19.21.0.20210129'
Browse files Browse the repository at this point in the history
  • Loading branch information
takuya-takeuchi committed Jan 29, 2021
2 parents ba4c35f + d9c623c commit 678632c
Show file tree
Hide file tree
Showing 54 changed files with 1,455 additions and 81 deletions.
45 changes: 43 additions & 2 deletions DlibDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3DPointCloud", "examples\3D
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Surf", "examples\Surf\Surf.csproj", "{6E027771-5500-4555-822C-C7FE6AC8709D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DlibDotNet.Extensions", "src\DlibDotNet.Extensions\DlibDotNet.Extensions.csproj", "{D3BFF103-53CB-46DC-A0E8-05A01E11099B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DlibDotNet.Extensions", "src\DlibDotNet.Extensions\DlibDotNet.Extensions.csproj", "{D3BFF103-53CB-46DC-A0E8-05A01E11099B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WinForms", "WinForms", "{4082257D-FC8E-4D37-8489-89AAFC9D4A38}"
EndProject
Expand All @@ -53,7 +53,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FaceLandmarkDetection", "ex
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FaceLandmarkDetection", "examples\WPF\FaceLandmarkDetection\FaceLandmarkDetection.csproj", "{9575AC94-3760-483F-9403-A77E7CFE8F47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DlibDotNet.Extensions.Tests", "test\DlibDotNet.Extensions.Tests\DlibDotNet.Extensions.Tests.csproj", "{2A75C8B3-5122-4E7E-A0CF-A0AD5FFA60B2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DlibDotNet.Extensions.Tests", "test\DlibDotNet.Extensions.Tests\DlibDotNet.Extensions.Tests.csproj", "{2A75C8B3-5122-4E7E-A0CF-A0AD5FFA60B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnnFaceRecognition", "examples\DnnFaceRecognition\DnnFaceRecognition.csproj", "{C6EFE2AC-63BD-4574-B4A1-9AC80CA5AD2E}"
EndProject
Expand Down Expand Up @@ -141,6 +141,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Svm", "examples\Svm\Svm.csp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SvmPegasos", "examples\SvmPegasos\SvmPegasos.csproj", "{BF95F4C0-67F0-426A-945C-DD38348F4A4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ASP.NET", "ASP.NET", "{D2D6D0D7-7544-4730-A34E-DAE2588B55D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaceDetection.Client", "examples\ASP.NET\FaceDetection.Client\FaceDetection.Client.csproj", "{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FaceDetection.Server", "examples\ASP.NET\FaceDetection.Server\FaceDetection.Server.csproj", "{DCD4F84F-91D6-4936-AD45-890127D9EF54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1085,6 +1091,38 @@ Global
{BF95F4C0-67F0-426A-945C-DD38348F4A4C}.Release|x64.Build.0 = Release|Any CPU
{BF95F4C0-67F0-426A-945C-DD38348F4A4C}.Release|x86.ActiveCfg = Release|Any CPU
{BF95F4C0-67F0-426A-945C-DD38348F4A4C}.Release|x86.Build.0 = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|ARM.Build.0 = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|x64.ActiveCfg = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|x64.Build.0 = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|x86.ActiveCfg = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Debug|x86.Build.0 = Debug|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|Any CPU.Build.0 = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|ARM.ActiveCfg = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|ARM.Build.0 = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|x64.ActiveCfg = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|x64.Build.0 = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|x86.ActiveCfg = Release|Any CPU
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37}.Release|x86.Build.0 = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|ARM.ActiveCfg = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|ARM.Build.0 = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|x64.ActiveCfg = Debug|x64
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|x64.Build.0 = Debug|x64
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|x86.ActiveCfg = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Debug|x86.Build.0 = Debug|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|ARM.ActiveCfg = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|ARM.Build.0 = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|x64.ActiveCfg = Release|x64
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|x64.Build.0 = Release|x64
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|x86.ActiveCfg = Release|Any CPU
{DCD4F84F-91D6-4936-AD45-890127D9EF54}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1154,6 +1192,9 @@ Global
{F5C085BB-3525-40B5-B619-74BC2C229104} = {19C83FDC-2BC9-42D6-9F51-3A0B822FABAD}
{2CD4DF53-113C-4859-82BE-E0173A12B3D4} = {19C83FDC-2BC9-42D6-9F51-3A0B822FABAD}
{BF95F4C0-67F0-426A-945C-DD38348F4A4C} = {19C83FDC-2BC9-42D6-9F51-3A0B822FABAD}
{D2D6D0D7-7544-4730-A34E-DAE2588B55D8} = {19C83FDC-2BC9-42D6-9F51-3A0B822FABAD}
{EBACC7C9-4376-4D04-BFBB-12D5E7ABCD37} = {D2D6D0D7-7544-4730-A34E-DAE2588B55D8}
{DCD4F84F-91D6-4936-AD45-890127D9EF54} = {D2D6D0D7-7544-4730-A34E-DAE2588B55D8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D3A508A-1F0B-4364-9FEC-16AF376DA11D}
Expand Down
4 changes: 2 additions & 2 deletions docker/base/centos/7/cuda/10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions docker/base/centos/7/cuda/10.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions docker/base/centos/7/cuda/10.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions docker/base/centos/7/cuda/11.0/Dockerfile
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 \
Expand Down
6 changes: 3 additions & 3 deletions docker/base/centos/7/cuda/11.1/Dockerfile
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 \
Expand Down
4 changes: 2 additions & 2 deletions docker/base/centos/7/cuda/9.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions docker/devel/centos/7/cuda/10.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docker/devel/centos/7/cuda/10.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docker/devel/centos/7/cuda/10.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docker/devel/centos/7/cuda/11.0/Dockerfile
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 \
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docker/devel/centos/7/cuda/11.1/Dockerfile
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 \
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docker/devel/centos/7/cuda/9.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
7 changes: 6 additions & 1 deletion docker/runtime/centos/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ RUN rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-p

# Install the .NET SDK
ENV DOTNET_SDK_VERSION 2.1.802
RUN yum update -y && yum install -y \
RUN yum update -y --disablerepo=cuda,nvidia-ml && yum install -y \
dotnet-sdk-2.1 \
&& yum clean all

# Install gdi++
RUN yum install -y \
libgdiplus \
&& yum clean all

# Trigger first run experience by running arbitrary cmd to populate local package cache
RUN dotnet help
3 changes: 3 additions & 0 deletions examples/ASP.NET/FaceDetection.Client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Server
*.jar
result.jpg
23 changes: 23 additions & 0 deletions examples/ASP.NET/FaceDetection.Client/FaceDetection.Client.csproj
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>
Loading

0 comments on commit 678632c

Please sign in to comment.