Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
luisquintanilla committed Jul 14, 2023
1 parent f01a7f1 commit 832c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/mlnetcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0
RUN dotnet tool install -g microsoft.mlnet-linux-x64
RUN dotnet tool install -g mlnet-linux-x64
ENV PATH="$PATH:/root/.dotnet/tools"

0 comments on commit 832c581

Please sign in to comment.