We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ENV HTTP_PROXY '‘ip:port' ENV HTTPS_PROXY $HTTP_PROXY ENV ALL_PROXY $HTTP_PROXY ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTP_PROXY ENV all_proxy $HTTP_PROXY
The text was updated successfully, but these errors were encountered:
Hello,小伙伴,你好呀👋,感谢你的积极提问和反馈。
我明白这些设置是用于配置代理服务器的环境变量。代理服务器可以作为客户端和目标服务器之间的中间人,帮助客户端在发送请求或接收响应时进行转发和处理。
但似乎这个仓库步骤中不需要进行代理访问网络嘞,同时上传到 Grand-Challenge 平台的 Docker 也在不联网到条件下进行的,不知道你补充这一块的设置的出发点是什么呢?还请多多指教哈🤔️
Sorry, something went wrong.
No branches or pull requests
ENV HTTP_PROXY '‘ip:port'
ENV HTTPS_PROXY $HTTP_PROXY
ENV ALL_PROXY $HTTP_PROXY
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTP_PROXY
ENV all_proxy $HTTP_PROXY
The text was updated successfully, but these errors were encountered: