Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove buildx from docker command causes issues with docker 20.10.5 #417

Merged
2 commits merged into from
Oct 27, 2022

Conversation

dagardner-nv
Copy link
Contributor

On my system using docker buildx build gives this error:

$ ./docker/build_container_dev.sh 
Building morpheus:...
   FROM_IMAGE      : gpuci/miniforge-cuda
   CUDA_VER        : 11.5
   LINUX_DISTRO    : ubuntu
   LINUX_VER       : 20.04
   RAPIDS_VER      : 22.04
   PYTHON_VER      : 3.8
   TENSORRT_VERSION: 8.2.1.3

   COMMAND: docker buildx build -t morpheus:dev-221025 --target development --build-arg FROM_IMAGE=gpuci/miniforge-cuda --build-arg CUDA_VER=11.5 --build-arg LINUX_DISTRO=ubuntu --build-arg LINUX_VER=20.04 --build-arg RAPIDS_VER=22.04 --build-arg PYTHON_VER=3.8 --build-arg TENSORRT_VERSION=8.2.1.3 --network=host  -f docker/Dockerfile .
   Note: add '--progress plain' to DOCKER_ARGS to show all container build output
unknown shorthand flag: 't' in -t
See 'docker --help'.

Usage:  docker [OPTIONS] COMMAND
...

@dagardner-nv dagardner-nv requested a review from a team as a code owner October 25, 2022 23:40
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change 3 - Ready for Review labels Oct 25, 2022
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally with 20.10.18 with no issues.

@mdemoret-nv
Copy link
Contributor

/rerun tests

@mdemoret-nv
Copy link
Contributor

@gpucibot merge

@ghost ghost merged commit cfebede into nv-morpheus:branch-22.11 Oct 27, 2022
@dagardner-nv dagardner-nv deleted the david-docker-buildx branch November 7, 2024 17:47
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants