error NU1301: Unable to load th => => # e service index for source https://api.nuget.org/v3/index.json. #61
Unanswered
Clburguete
asked this question in
Carbon Aware SDK
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody,
I'm trying to run
docker
to set up a local container of the WebApi using ElectricityMapsFree. I don't have a lot of experience with C# so please bear with me if this a beginners issue.When running:
docker build -t carbon_aware:v1 -f CarbonAware.WebApi/src/Dockerfile .
it fails on:
ERROR [build-env 4/6] RUN dotnet publish CarbonAware.WebApi/src/CarbonAware.WebApi.csproj -c Release -o publish
It seems unable to restore any of the 3 providers:
Am I missing any steps ? Would really appreciate the help. I'm running this in a M1 Apple Macbook, in a ZSH terminal.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions