Skip to content

Commit

Permalink
FEAT-modin-project#2447: add no_proxy build-arg
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Nov 20, 2020
1 parent 8df93f7 commit c6841be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker/census-on-omnisci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

cd "`dirname \"$0\"`"

docker build -f census-omnisci.dockerfile -t census-omnisci \
docker build -f census-omnisci.dockerfile -t census-omnisci --build-arg no_proxy \
--build-arg https_proxy --build-arg http_proxy --build-arg conda_extra_channel .
printf "\n\nTo run the benchmark execute:\n\tdocker run --rm census-omnisci\n"
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
FROM ubuntu:18.04
ENV http_proxy ${http_proxy}
ENV https_proxy ${https_proxy}
ENV no_proxy ${no_proxy}
ENV MODIN_BACKEND "omnisci"
ENV MODIN_EXPERIMENTAL "true"

Expand Down

0 comments on commit c6841be

Please sign in to comment.