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

Update examples/cpu/inference/python/llm/README.md #554

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linjoe3
Copy link

@linjoe3 linjoe3 commented Mar 5, 2024

docker build behind a corporate HTTP proxy makes curl failure so add more explain when user environment needs proxy.

215.5 curl: (28) Failed to connect to repo.anaconda.com port 443 after 214840 ms: Connection timed out ------
Dockerfile:39

38 |
39 | >>> RUN curl -fsSL -v -o miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh &&
40 | >>> bash miniconda.sh -b -p ./miniconda3 &&
41 | >>> rm miniconda.sh &&
42 | >>> echo "source ~/miniconda3/bin/activate" >> ./.bashrc
43 |

docker build behind a corporate HTTP proxy makes curl failure so add more explain when user environment needs proxy.

215.5 curl: (28) Failed to connect to repo.anaconda.com port 443 after 214840 ms: Connection timed out
------
Dockerfile:39
--------------------
  38 |
  39 | >>> RUN curl -fsSL -v -o miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh  && \
  40 | >>>     bash miniconda.sh -b -p ./miniconda3 && \
  41 | >>>     rm miniconda.sh && \
  42 | >>>     echo "source ~/miniconda3/bin/activate" >> ./.bashrc
  43 |
--------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant