Last active
November 15, 2021 07:01
-
-
Save chiehpower/269ede1966e589e23c33a52f2cb0809c to your computer and use it in GitHub Desktop.
The question is "When we use the ENV instruction in the dockerfile, can we can keep it in the environment after the container is built?"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nvcr.io/nvidia/tensorrt:20.03-py3 | |
ENV TEST_PAR=TEST_dockerfile_env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for arm device