Hello everyone,
I hope you are doing well; I was trying to run crazyflow on my machine by using WSL2 ubuntu 22.04. I changed the name of the .json as you mentioned in the README. However, this is the problem when I tried to run in the dev container
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c pip install --no-cache-dir -e \".[test,gpu]\"" did not complete successfully: exit code: 1
[5826 ms] Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-juan/container-features/0.80.1-1757959982297/Dockerfile-with-features -t vsc-crazyflow-1c15452577c77c0ea746b4184694866a65729e3de97566f4c25ceea5eaba4366 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/juan/mujoco/crazyflow
[5827 ms] at F6 (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:468:1988)
[5827 ms] at async pw (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:467:1886)
[5827 ms] at async ax (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:467:608)
[5827 ms] at async Y6 (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:484:3842)
[5827 ms] at async BC (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:484:4957)
[5827 ms] at async p7 (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:665:202)
[5827 ms] at async d7 (/home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:664:14804)
[5827 ms] at async /home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js:484:1188
[5830 ms] Exit code 1
[5833 ms] Command failed: /home/juan/.vscode-server/bin/6f17636121051a53c88d3e605c491d22af2ba755/node /home/juan/.vscode-remote-containers/dist/dev-containers-cli-0.427.0/dist/spec-node/devContainersSpecCLI.js up --container-session-data-folder /tmp/devcontainers-e33eb3b0-2271-4080-a09c-6a2bbe634f1a1757959979531 --workspace-folder /home/juan/mujoco/crazyflow --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\juan\mujoco\crazyflow --id-label devcontainer.config_file=/home/juan/mujoco/crazyflow/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/juan/mujoco/crazyflow/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-0933907b-e5e6-452a-8949-e4ba4865a7f0.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[5833 ms] Exit code 1
Does anyone know what can be the issue here?
Hello everyone,
I hope you are doing well; I was trying to run crazyflow on my machine by using WSL2 ubuntu 22.04. I changed the name of the .json as you mentioned in the README. However, this is the problem when I tried to run in the dev container
Does anyone know what can be the issue here?