Skip to content

Commit

Permalink
FIX-#2608: Disable proxy for commands running inside container (#2609)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <[email protected]>
  • Loading branch information
gshimansky authored Jan 14, 2021
1 parent d663730 commit 4292d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker/nyc-taxi.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ RUN wget --quiet --no-check-certificate https://modin-datasets.s3.amazonaws.com/

COPY nyc-taxi.py "${HOME}/nyc-taxi.py"

ENTRYPOINT ["/bin/bash", "--login", "-c", "conda run \"$@\"", "/bin/bash", "-n", "modin", "/usr/bin/env", "--"]
ENTRYPOINT ["/bin/bash", "--login", "-c", "http_proxy= https_proxy= conda run \"$@\"", "/bin/bash", "-n", "modin", "/usr/bin/env", "--"]
CMD ["python", "${HOME}/nyc-taxi.py"]

0 comments on commit 4292d55

Please sign in to comment.