0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LLM(Large Language Model)Advent Calendar 2024

Day 9

docker(201) install error(158)

Last updated at Posted at 2024-12-15

LLM(Large Language Model) Calendar 2024
https://qiita.com/advent-calendar/2024/llm
9日目の記事です。

externally-managed-environment, python pip error
https://qiita.com/kaizen_nagoya/items/237922e479c5182686e6

error(159) externally-managed-environment docker(202) pip, python(47) install
https://qiita.com/kaizen_nagoya/items/4757f7ac9c47f6611a60

python3(48) docker(203) error(160)
https://qiita.com/kaizen_nagoya/items/7edf72ec7e7a1bfacbe3

# apt install docker
...
Selecting previously unselected package wmdocker.
Preparing to unpack .../5-wmdocker_1.5-2_amd64.deb ...
Unpacking wmdocker (1.5-2) ...
Selecting previously unselected package docker.
Preparing to unpack .../6-docker_1.5-2_all.deb ...
Unpacking docker (1.5-2) ...
Setting up libxau6:amd64 (1:1.0.9-1build5) ...
Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
Setting up libx11-data (2:1.7.5-1ubuntu0.3) ...
Setting up libx11-6:amd64 (2:1.7.5-1ubuntu0.3) ...
Setting up wmdocker (1.5-2) ...
Setting up docker (1.5-2) ...
...
# docker run -v /ws:/tmp/ws -it ubuntu /bin/bash
bash: command docker not found
# find / -name docker
/usr/lib/google-cloud-sdk/lib/googlecloudsdk/core/docker
/usr/lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/ai/docker
/usr/lib/google-cloud-sdk/lib/surface/artifacts/docker
/usr/lib/google-cloud-sdk/lib/third_party/docker
/usr/local/lib/python3.10/dist-packages/wandb/docker
/usr/local/lib/python3.10/dist-packages/docker
/usr/share/doc/docker
/opt/pytorch/torch_tensorrt/docker
/opt/pytorch/text/.circleci/smoke_test/docker
/opt/pytorch/pytorch/.ci/docker
/opt/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM/docker
/opt/pytorch/pytorch/third_party/cutlass/python/docker
/opt/pytorch/pytorch/third_party/flatbuffers/tests/docker
/opt/pytorch/apex/examples/docker
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?