You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shykes I love the presentation you did with dagger and llm.
I tried building a prototype during innovation week at work but when attempting to build a Docker image with build arguments in both Go and Python SDKs, there's a type conversion error at the GraphQL layer.
Is there a workaround for this?
Dagger version
dagger v0.17.0-llm.2
Steps to reproduce
Create a Dockerfile that uses build arguments:
FROM ${NVIDIA_DOCKER_VERSION}
ARG NVIDIA_DRIVER_VERSION
ARG PYTORCH_VERSION
# ...other build args
error: parse selections: parse field "dockerBuild": init arg "buildArgs" value as dagql.DynamicOptional ([BuildArg!]) using dagql.DynamicOptional: assign input object "Name" as NVIDIA_DOCKER_VERSION (dagql.String): cannot assign dagql.String into field of type string
The text was updated successfully, but these errors were encountered:
What is the issue?
@shykes I love the presentation you did with dagger and llm.
I tried building a prototype during innovation week at work but when attempting to build a Docker image with build arguments in both Go and Python SDKs, there's a type conversion error at the GraphQL layer.
Is there a workaround for this?
Dagger version
dagger v0.17.0-llm.2
Steps to reproduce
Log output
The text was updated successfully, but these errors were encountered: