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

对于机器使用的是代理访问网络,需要在dockerfile中进行配置 #1

Open
simzhangbest opened this issue Jul 7, 2023 · 1 comment

Comments

@simzhangbest
Copy link

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

@szuboy
Copy link
Owner

szuboy commented Jul 8, 2023

Hello,小伙伴,你好呀👋,感谢你的积极提问和反馈。

我明白这些设置是用于配置代理服务器的环境变量。代理服务器可以作为客户端和目标服务器之间的中间人,帮助客户端在发送请求或接收响应时进行转发和处理。

但似乎这个仓库步骤中不需要进行代理访问网络嘞,同时上传到 Grand-Challenge 平台的 Docker 也在不联网到条件下进行的,不知道你补充这一块的设置的出发点是什么呢?还请多多指教哈🤔️

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

No branches or pull requests

2 participants