-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add default virtual environment on PATH for Docker image (#1484)
* Add a venv virtual environment to PATH - Adding venv also symlinks the python doing the installing to the virtual environment's python - e.g. `ls -l $(which python)` shows `/usr/local/venv/bin/python -> /usr/local/bin/python` - Thanks to Anthony Sottile for recommending this approach - c.f. https://youtu.be/2Hg5-Hrsa6w - c.f. pyhf/cuda-images#3 * Update hadolint GitHub Action to hadolint/hadolint-action@v1.5.0
- Loading branch information
1 parent
6d3ff05
commit e8a182d
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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